Shades of Classic Rose #FDCAF2
Tints of Classic Rose #FDCAF2
RGB
CMYK
RGB Variations
Color information
#FDCAF2 (or 0xFDCAF2) is known color: Classic Rose. HEX triplet: FD, CA and F2. RGB value is (253,202,242). Sum of RGB (Red+Green+Blue) = 253+202+242=697 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.30% from 697); Green value is 202 (79.30% from 255 or 28.98% from 697); Blue value is 242 (94.92% from 255 or 34.72% from 697); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCAF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDCAF2 is #02350D. Grayscale: #DDDDDD. Windows color (decimal): -144654 or 15911677. OLE color: 15911677.
HSL color Cylindrical-coordinate representation of color #FDCAF2: hue angle of 312.94º 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 #FDCAF2 is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 202 | 242 | - |
| CMYK | 0 | 0.20 | 0.04 | 0.01 |
| HSL | 312.94º | 0.93% | 0.89% | - |
| HSV(B) | 312.94º | 0.2% | 0.99% | - |
| XYZ | 77.66 | 69.53 | 93.33 | - |
| YUV | 221.81 | 139.4 | 150.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 202 | 242 | 0 | 0.20 | 0.04 | 0.01 | 312.94 | 0.93 | 0.89 |
| Hex | FD | CA | F2 | 0 | 14 | 4 | 1 | 139 | 5D | 59 |
| Octal | 375 | 312 | 362 | 0 | 24 | 4 | 1 | 471 | 135 | 131 |
| Binary | 11111101 | 11001010 | 11110010 | 0 | 10100 | 100 | 1 | 100111001 | 1011101 | 1011001 |
Color Harmonies of #FDCAF2
Complementary color
Monochromatic Colors of #FDCAF2
Black with #FDCAF2
Text Example
Text Example
White with #FDCAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCAF2; }
p { color: rgb(253,202,242); }
H1.HeaderClassName
{
color: #FDCAF2;
}
.AnyTagClassName
{
color: #FDCAF2;
}
</style>
background-color css
<style>
a { background-color: #FDCAF2; }
a { background-color: rgb(253,202,242); }
div.DivClassName
{
background-color: #FDCAF2;
}
.BgClassName
{
background-color: #FDCAF2;
}
</style>
border-color css
<style>
span { border-color: #FDCAF2; }
span { border-color: rgb(253,202,242); }
td.TdClassName
{
border-color: #FDCAF2;
}
.TagClassName
{
border-color: #FDCAF2;
}
</style>