Shades of Classic Rose #FBCDED
Tints of Classic Rose #FBCDED
RGB
CMYK
RGB Variations
Color information
#FBCDED (or 0xFBCDED) is known color: Classic Rose. HEX triplet: FB, CD and ED. RGB value is (251,205,237). Sum of RGB (Red+Green+Blue) = 251+205+237=693 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.22% from 693); Green value is 205 (80.47% from 255 or 29.58% from 693); Blue value is 237 (92.97% from 255 or 34.20% from 693); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCDED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBCDED is #043212. Grayscale: #DEDEDE. Windows color (decimal): -274963 or 15584763. OLE color: 15584763.
HSL color Cylindrical-coordinate representation of color #FBCDED: hue angle of 318.26º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FBCDED is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 205 | 237 | - |
CMYK | 0 | 0.18 | 0.06 | 0.02 |
HSL | 318.26º | 0.85% | 0.89% | - |
HSV(B) | 318.26º | 0.18% | 0.98% | - |
XYZ | 76.9 | 70.29 | 89.63 | - |
YUV | 222.4 | 136.24 | 148.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 205 | 237 | 0 | 0.18 | 0.06 | 0.02 | 318.26 | 0.85 | 0.89 |
Hex | FB | CD | ED | 0 | 12 | 6 | 2 | 13E | 55 | 59 |
Octal | 373 | 315 | 355 | 0 | 22 | 6 | 2 | 476 | 125 | 131 |
Binary | 11111011 | 11001101 | 11101101 | 0 | 10010 | 110 | 10 | 100111110 | 1010101 | 1011001 |
Color Harmonies of #FBCDED
Complementary color
Monochromatic Colors of #FBCDED
Black with #FBCDED
Text Example
Text Example
White with #FBCDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCDED; }
p { color: rgb(251,205,237); }
H1.HeaderClassName
{
color: #FBCDED;
}
.AnyTagClassName
{
color: #FBCDED;
}
</style>
background-color css
<style>
a { background-color: #FBCDED; }
a { background-color: rgb(251,205,237); }
div.DivClassName
{
background-color: #FBCDED;
}
.BgClassName
{
background-color: #FBCDED;
}
</style>
border-color css
<style>
span { border-color: #FBCDED; }
span { border-color: rgb(251,205,237); }
td.TdClassName
{
border-color: #FBCDED;
}
.TagClassName
{
border-color: #FBCDED;
}
</style>