Color spaces of #fbcaf6
RGB | 251 | 202 | 246 |
---|---|---|---|
HSL | 0.85 | 0.86 | 0.89 |
HSV | 306° | 20° | 98° |
CMYK | 0.00 | 0.20 | 0.02 0.02 |
XYZ | 77.5387 | 69.4041 | 96.4984 |
Yxy | 69.4041 | 0.3185 | 0.2851 |
Hunter Lab | 83.3091 | 20.3452 | -10.3602 |
CIE-Lab | 86.7038 | 24.5048 | -15.0346 |
#fbcaf6 color RGB value is (251,202,246).
#fbcaf6 hex color red value is 251, green value is 202 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #fbcaf6 hue: 0.85 , saturation: 0.86 and the lightness value of fbcaf6 is 0.89.
The process color (four color CMYK) of #fbcaf6 color hex is 0.00, 0.20, 0.02, 0.02. Web safe color of #fbcaf6 is #ffccff. Color #fbcaf6 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 11001010 | 11110110 |
Octal | 373 | 312 | 366 |
Decimal | 251 | 202 | 246 |
Hex | FB | CA | F6 |
Shades of #fbcaf6
Tints of #fbcaf6
RGB Percentages of Color #fbcaf6
CMYK Percentages of Color #fbcaf6
Complementary Color
#fbcaf6 | #cafbcf |
#fbcaf6 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fbcaf6 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fbcaf6 Color CSS Codes
.mybgcolor {background-color:#fbcaf6; } .myforecolor {color:#fbcaf6; } .mybordercolor {border:3px solid #fbcaf6; }
#fbcaf6 Text Font Color
<p style="color:#fbcaf6">Text here</p>
This sample text font color is #fbcaf6
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.
#fbcaf6 Background Color
<div style="background-color:#fbcaf6">
Div content here</div>
This div background color is #fbcaf6
#fbcaf6 Border Color
<div style="border:3px solid #fbcaf6">
Div here</div>
This div border color is #fbcaf6
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,202,246, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fbcaf6; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fbcaf6; -webkit-box-shadow: 1px 1px 3px 2px #fbcaf6; box-shadow: 1px 1px 3px 2px #fbcaf6; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,202,246, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fbcaf6">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fbcaf6; -webkit-box-shadow: 1px 1px 3px 2px #fbcaf6; box-shadow: 1px 1px 3px 2px #fbcaf6;">
Div content here</div>
This div box has shadow with color #fbcaf6
Comments
No comments written yet.
Please login to write comment.