Shades of Classic Rose #FBCAED
Tints of Classic Rose #FBCAED
RGB
CMYK
RGB Variations
Color information
#FBCAED (or 0xFBCAED) is known color: Classic Rose. HEX triplet: FB, CA and ED. RGB value is (251,202,237). Sum of RGB (Red+Green+Blue) = 251+202+237=690 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.38% from 690); Green value is 202 (79.30% from 255 or 29.28% from 690); Blue value is 237 (92.97% from 255 or 34.35% from 690); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCAED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBCAED is #043512. Grayscale: #DCDCDC. Windows color (decimal): -275731 or 15583995. OLE color: 15583995.
HSL color Cylindrical-coordinate representation of color #FBCAED: hue angle of 317.14º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FBCAED is Cyan = 0, Magento = 0.20, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 202 | 237 | - |
CMYK | 0 | 0.20 | 0.06 | 0.02 |
HSL | 317.14º | 0.86% | 0.89% | - |
HSV(B) | 317.14º | 0.2% | 0.98% | - |
XYZ | 76.19 | 68.86 | 89.4 | - |
YUV | 220.64 | 137.23 | 149.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 202 | 237 | 0 | 0.20 | 0.06 | 0.02 | 317.14 | 0.86 | 0.89 |
Hex | FB | CA | ED | 0 | 14 | 6 | 2 | 13D | 56 | 59 |
Octal | 373 | 312 | 355 | 0 | 24 | 6 | 2 | 475 | 126 | 131 |
Binary | 11111011 | 11001010 | 11101101 | 0 | 10100 | 110 | 10 | 100111101 | 1010110 | 1011001 |
Color Harmonies of #FBCAED
Complementary color
Monochromatic Colors of #FBCAED
Black with #FBCAED
Text Example
Text Example
White with #FBCAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCAED; }
p { color: rgb(251,202,237); }
H1.HeaderClassName
{
color: #FBCAED;
}
.AnyTagClassName
{
color: #FBCAED;
}
</style>
background-color css
<style>
a { background-color: #FBCAED; }
a { background-color: rgb(251,202,237); }
div.DivClassName
{
background-color: #FBCAED;
}
.BgClassName
{
background-color: #FBCAED;
}
</style>
border-color css
<style>
span { border-color: #FBCAED; }
span { border-color: rgb(251,202,237); }
td.TdClassName
{
border-color: #FBCAED;
}
.TagClassName
{
border-color: #FBCAED;
}
</style>