Shades of Classic Rose #FFCAF1
Tints of Classic Rose #FFCAF1
RGB
CMYK
RGB Variations
Color information
#FFCAF1 (or 0xFFCAF1) is known color: Classic Rose. HEX triplet: FF, CA and F1. RGB value is (255,202,241). Sum of RGB (Red+Green+Blue) = 255+202+241=698 (92% of max value = 765). Red value is 255 (100% from 255 or 36.53% from 698); Green value is 202 (79.30% from 255 or 28.94% from 698); Blue value is 241 (94.53% from 255 or 34.53% from 698); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCAF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCAF1 is #00350E. Grayscale: #DEDEDE. Windows color (decimal): -13583 or 15846143. OLE color: 15846143.
HSL color Cylindrical-coordinate representation of color #FFCAF1: hue angle of 315.85º 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 #FFCAF1 is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 202 | 241 | - |
CMYK | 0 | 0.21 | 0.05 | 0 |
HSL | 315.85º | 1% | 0.9% | - |
HSV(B) | 315.85º | 0.21% | 1% | - |
XYZ | 78.24 | 69.85 | 92.58 | - |
YUV | 222.29 | 138.56 | 151.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 202 | 241 | 0 | 0.21 | 0.05 | 0 | 315.85 | 1 | 0.9 |
Hex | FF | CA | F1 | 0 | 15 | 5 | 0 | 13C | 64 | 5A |
Octal | 377 | 312 | 361 | 0 | 25 | 5 | 0 | 474 | 144 | 132 |
Binary | 11111111 | 11001010 | 11110001 | 0 | 10101 | 101 | 0 | 100111100 | 1100100 | 1011010 |
Color Harmonies of #FFCAF1
Complementary color
Monochromatic Colors of #FFCAF1
Black with #FFCAF1
Text Example
Text Example
White with #FFCAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCAF1; }
p { color: rgb(255,202,241); }
H1.HeaderClassName
{
color: #FFCAF1;
}
.AnyTagClassName
{
color: #FFCAF1;
}
</style>
background-color css
<style>
a { background-color: #FFCAF1; }
a { background-color: rgb(255,202,241); }
div.DivClassName
{
background-color: #FFCAF1;
}
.BgClassName
{
background-color: #FFCAF1;
}
</style>
border-color css
<style>
span { border-color: #FFCAF1; }
span { border-color: rgb(255,202,241); }
td.TdClassName
{
border-color: #FFCAF1;
}
.TagClassName
{
border-color: #FFCAF1;
}
</style>