Shades of Classic Rose #FFCADE
Tints of Classic Rose #FFCADE
RGB
CMYK
RGB Variations
Color information
#FFCADE (or 0xFFCADE) is known color: Classic Rose. HEX triplet: FF, CA and DE. RGB value is (255,202,222). Sum of RGB (Red+Green+Blue) = 255+202+222=679 (89% of max value = 765). Red value is 255 (100% from 255 or 37.56% from 679); Green value is 202 (79.30% from 255 or 29.75% from 679); Blue value is 222 (87.11% from 255 or 32.70% from 679); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCADE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCADE is #003521. Grayscale: #DCDCDC. Windows color (decimal): -13602 or 14600959. OLE color: 14600959.
HSL color Cylindrical-coordinate representation of color #FFCADE: hue angle of 337.36º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FFCADE is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 202 | 222 | - |
CMYK | 0 | 0.21 | 0.13 | 0 |
HSL | 337.36º | 1% | 0.9% | - |
HSV(B) | 337.36º | 0.21% | 1% | - |
XYZ | 75.55 | 68.77 | 78.4 | - |
YUV | 220.13 | 129.06 | 152.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 202 | 222 | 0 | 0.21 | 0.13 | 0 | 337.36 | 1 | 0.9 |
Hex | FF | CA | DE | 0 | 15 | D | 0 | 151 | 64 | 5A |
Octal | 377 | 312 | 336 | 0 | 25 | 15 | 0 | 521 | 144 | 132 |
Binary | 11111111 | 11001010 | 11011110 | 0 | 10101 | 1101 | 0 | 101010001 | 1100100 | 1011010 |
Color Harmonies of #FFCADE
Complementary color
Monochromatic Colors of #FFCADE
Black with #FFCADE
Text Example
Text Example
White with #FFCADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCADE; }
p { color: rgb(255,202,222); }
H1.HeaderClassName
{
color: #FFCADE;
}
.AnyTagClassName
{
color: #FFCADE;
}
</style>
background-color css
<style>
a { background-color: #FFCADE; }
a { background-color: rgb(255,202,222); }
div.DivClassName
{
background-color: #FFCADE;
}
.BgClassName
{
background-color: #FFCADE;
}
</style>
border-color css
<style>
span { border-color: #FFCADE; }
span { border-color: rgb(255,202,222); }
td.TdClassName
{
border-color: #FFCADE;
}
.TagClassName
{
border-color: #FFCADE;
}
</style>