Color spaces of #fbc6ca
RGB | 251 | 198 | 202 |
---|---|---|---|
HSL | 0.99 | 0.87 | 0.88 |
HSV | 355° | 21° | 98° |
CMYK | 0.00 | 0.21 | 0.20 0.02 |
XYZ | 70.6384 | 65.1617 | 64.7315 |
Yxy | 65.1617 | 0.3523 | 0.3249 |
Hunter Lab | 80.7228 | 14.9358 | 8.9614 |
CIE-Lab | 84.5670 | 19.4235 | 5.2214 |
#fbc6ca color RGB value is (251,198,202).
#fbc6ca hex color red value is 251, green value is 198 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #fbc6ca hue: 0.99 , saturation: 0.87 and the lightness value of fbc6ca is 0.88.
The process color (four color CMYK) of #fbc6ca color hex is 0.00, 0.21, 0.20, 0.02. Web safe color of #fbc6ca is #ffcccc. Color #fbc6ca contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 11000110 | 11001010 |
Octal | 373 | 306 | 312 |
Decimal | 251 | 198 | 202 |
Hex | FB | C6 | CA |
Shades of #fbc6ca
Tints of #fbc6ca
RGB Percentages of Color #fbc6ca
CMYK Percentages of Color #fbc6ca
Complementary Color
#fbc6ca | #c6fbf7 |
#fbc6ca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fbc6ca Color Preview on White Background
Lorem ipsum dolor sit amet.
#fbc6ca Color CSS Codes
.mybgcolor {background-color:#fbc6ca; } .myforecolor {color:#fbc6ca; } .mybordercolor {border:3px solid #fbc6ca; }
#fbc6ca Text Font Color
<p style="color:#fbc6ca">Text here</p>
This sample text font color is #fbc6ca
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.
#fbc6ca Background Color
<div style="background-color:#fbc6ca">
Div content here</div>
This div background color is #fbc6ca
#fbc6ca Border Color
<div style="border:3px solid #fbc6ca">
Div here</div>
This div border color is #fbc6ca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,198,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fbc6ca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fbc6ca; -webkit-box-shadow: 1px 1px 3px 2px #fbc6ca; box-shadow: 1px 1px 3px 2px #fbc6ca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,198,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fbc6ca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fbc6ca; -webkit-box-shadow: 1px 1px 3px 2px #fbc6ca; box-shadow: 1px 1px 3px 2px #fbc6ca;">
Div content here</div>
This div box has shadow with color #fbc6ca
Comments
No comments written yet.
Please login to write comment.