Shades of Classic Rose #FDCADE
Tints of Classic Rose #FDCADE
RGB
CMYK
RGB Variations
Color information
#FDCADE (or 0xFDCADE) is known color: Classic Rose. HEX triplet: FD, CA and DE. RGB value is (253,202,222). Sum of RGB (Red+Green+Blue) = 253+202+222=677 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.37% from 677); Green value is 202 (79.30% from 255 or 29.84% from 677); Blue value is 222 (87.11% from 255 or 32.79% from 677); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCADE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCADE is #023521. Grayscale: #DBDBDB. Windows color (decimal): -144674 or 14600957. OLE color: 14600957.
HSL color Cylindrical-coordinate representation of color #FDCADE: hue angle of 336.47º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FDCADE is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 202 | 222 | - |
CMYK | 0 | 0.20 | 0.12 | 0.01 |
HSL | 336.47º | 0.93% | 0.89% | - |
HSV(B) | 336.47º | 0.2% | 0.99% | - |
XYZ | 74.81 | 68.4 | 78.37 | - |
YUV | 219.53 | 129.4 | 151.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 202 | 222 | 0 | 0.20 | 0.12 | 0.01 | 336.47 | 0.93 | 0.89 |
Hex | FD | CA | DE | 0 | 14 | C | 1 | 150 | 5D | 59 |
Octal | 375 | 312 | 336 | 0 | 24 | 14 | 1 | 520 | 135 | 131 |
Binary | 11111101 | 11001010 | 11011110 | 0 | 10100 | 1100 | 1 | 101010000 | 1011101 | 1011001 |
Color Harmonies of #FDCADE
Complementary color
Monochromatic Colors of #FDCADE
Black with #FDCADE
Text Example
Text Example
White with #FDCADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCADE; }
p { color: rgb(253,202,222); }
H1.HeaderClassName
{
color: #FDCADE;
}
.AnyTagClassName
{
color: #FDCADE;
}
</style>
background-color css
<style>
a { background-color: #FDCADE; }
a { background-color: rgb(253,202,222); }
div.DivClassName
{
background-color: #FDCADE;
}
.BgClassName
{
background-color: #FDCADE;
}
</style>
border-color css
<style>
span { border-color: #FDCADE; }
span { border-color: rgb(253,202,222); }
td.TdClassName
{
border-color: #FDCADE;
}
.TagClassName
{
border-color: #FDCADE;
}
</style>