Color spaces of #f1cbfa
RGB | 241 | 203 | 250 |
---|---|---|---|
HSL | 0.80 | 0.82 | 0.89 |
HSV | 289° | 19° | 98° |
CMYK | 0.04 | 0.19 | 0.00 0.02 |
XYZ | 74.8869 | 68.3148 | 99.6816 |
Yxy | 68.3148 | 0.3083 | 0.2813 |
Hunter Lab | 82.6528 | 17.0862 | -13.6485 |
CIE-Lab | 86.1636 | 21.4451 | -18.0554 |
#f1cbfa color RGB value is (241,203,250).
#f1cbfa hex color red value is 241, green value is 203 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #f1cbfa hue: 0.80 , saturation: 0.82 and the lightness value of f1cbfa is 0.89.
The process color (four color CMYK) of #f1cbfa color hex is 0.04, 0.19, 0.00, 0.02. Web safe color of #f1cbfa is #ffccff. Color #f1cbfa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110001 | 11001011 | 11111010 |
Octal | 361 | 313 | 372 |
Decimal | 241 | 203 | 250 |
Hex | F1 | CB | FA |
Shades of #f1cbfa
Tints of #f1cbfa
RGB Percentages of Color #f1cbfa
CMYK Percentages of Color #f1cbfa
Complementary Color
#f1cbfa | #d4facb |
#f1cbfa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f1cbfa Color Preview on White Background
Lorem ipsum dolor sit amet.
#f1cbfa Color CSS Codes
.mybgcolor {background-color:#f1cbfa; } .myforecolor {color:#f1cbfa; } .mybordercolor {border:3px solid #f1cbfa; }
#f1cbfa Text Font Color
<p style="color:#f1cbfa">Text here</p>
This sample text font color is #f1cbfa
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#f1cbfa Background Color
<div style="background-color:#f1cbfa">
Div content here</div>
This div background color is #f1cbfa
#f1cbfa Border Color
<div style="border:3px solid #f1cbfa">
Div here</div>
This div border color is #f1cbfa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(241,203,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f1cbfa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f1cbfa; -webkit-box-shadow: 1px 1px 3px 2px #f1cbfa; box-shadow: 1px 1px 3px 2px #f1cbfa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(241,203,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f1cbfa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f1cbfa; -webkit-box-shadow: 1px 1px 3px 2px #f1cbfa; box-shadow: 1px 1px 3px 2px #f1cbfa;">
Div content here</div>
This div box has shadow with color #f1cbfa
Comments
No comments written yet.
Please login to write comment.