Shades of Classic Rose #FFCAF0
Tints of Classic Rose #FFCAF0
RGB
CMYK
RGB Variations
Color information
#FFCAF0 (or 0xFFCAF0) is known color: Classic Rose. HEX triplet: FF, CA and F0. RGB value is (255,202,240). Sum of RGB (Red+Green+Blue) = 255+202+240=697 (92% of max value = 765). Red value is 255 (100% from 255 or 36.59% from 697); Green value is 202 (79.30% from 255 or 28.98% from 697); Blue value is 240 (94.14% from 255 or 34.43% from 697); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCAF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCAF0 is #00350F. Grayscale: #DEDEDE. Windows color (decimal): -13584 or 15780607. OLE color: 15780607.
HSL color Cylindrical-coordinate representation of color #FFCAF0: hue angle of 316.98º 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 #FFCAF0 is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 202 | 240 | - |
CMYK | 0 | 0.21 | 0.06 | 0 |
HSL | 316.98º | 1% | 0.9% | - |
HSV(B) | 316.98º | 0.21% | 1% | - |
XYZ | 78.09 | 69.79 | 91.79 | - |
YUV | 222.18 | 138.06 | 151.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 202 | 240 | 0 | 0.21 | 0.06 | 0 | 316.98 | 1 | 0.9 |
Hex | FF | CA | F0 | 0 | 15 | 6 | 0 | 13D | 64 | 5A |
Octal | 377 | 312 | 360 | 0 | 25 | 6 | 0 | 475 | 144 | 132 |
Binary | 11111111 | 11001010 | 11110000 | 0 | 10101 | 110 | 0 | 100111101 | 1100100 | 1011010 |
Color Harmonies of #FFCAF0
Complementary color
Monochromatic Colors of #FFCAF0
Black with #FFCAF0
Text Example
Text Example
White with #FFCAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCAF0; }
p { color: rgb(255,202,240); }
H1.HeaderClassName
{
color: #FFCAF0;
}
.AnyTagClassName
{
color: #FFCAF0;
}
</style>
background-color css
<style>
a { background-color: #FFCAF0; }
a { background-color: rgb(255,202,240); }
div.DivClassName
{
background-color: #FFCAF0;
}
.BgClassName
{
background-color: #FFCAF0;
}
</style>
border-color css
<style>
span { border-color: #FFCAF0; }
span { border-color: rgb(255,202,240); }
td.TdClassName
{
border-color: #FFCAF0;
}
.TagClassName
{
border-color: #FFCAF0;
}
</style>