Shades of Classic Rose #FFCAF2
Tints of Classic Rose #FFCAF2
RGB
CMYK
RGB Variations
Color information
#FFCAF2 (or 0xFFCAF2) is known color: Classic Rose. HEX triplet: FF, CA and F2. RGB value is (255,202,242). Sum of RGB (Red+Green+Blue) = 255+202+242=699 (92% of max value = 765). Red value is 255 (100% from 255 or 36.48% from 699); Green value is 202 (79.30% from 255 or 28.90% from 699); Blue value is 242 (94.92% from 255 or 34.62% from 699); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCAF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCAF2 is #00350D. Grayscale: #DEDEDE. Windows color (decimal): -13582 or 15911679. OLE color: 15911679.
HSL color Cylindrical-coordinate representation of color #FFCAF2: hue angle of 314.72º 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 #FFCAF2 is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 202 | 242 | - |
CMYK | 0 | 0.21 | 0.05 | 0 |
HSL | 314.72º | 1% | 0.9% | - |
HSV(B) | 314.72º | 0.21% | 1% | - |
XYZ | 78.39 | 69.91 | 93.37 | - |
YUV | 222.41 | 139.06 | 151.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 202 | 242 | 0 | 0.21 | 0.05 | 0 | 314.72 | 1 | 0.9 |
Hex | FF | CA | F2 | 0 | 15 | 5 | 0 | 13B | 64 | 5A |
Octal | 377 | 312 | 362 | 0 | 25 | 5 | 0 | 473 | 144 | 132 |
Binary | 11111111 | 11001010 | 11110010 | 0 | 10101 | 101 | 0 | 100111011 | 1100100 | 1011010 |
Color Harmonies of #FFCAF2
Complementary color
Monochromatic Colors of #FFCAF2
Black with #FFCAF2
Text Example
Text Example
White with #FFCAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCAF2; }
p { color: rgb(255,202,242); }
H1.HeaderClassName
{
color: #FFCAF2;
}
.AnyTagClassName
{
color: #FFCAF2;
}
</style>
background-color css
<style>
a { background-color: #FFCAF2; }
a { background-color: rgb(255,202,242); }
div.DivClassName
{
background-color: #FFCAF2;
}
.BgClassName
{
background-color: #FFCAF2;
}
</style>
border-color css
<style>
span { border-color: #FFCAF2; }
span { border-color: rgb(255,202,242); }
td.TdClassName
{
border-color: #FFCAF2;
}
.TagClassName
{
border-color: #FFCAF2;
}
</style>