Shades of Classic Rose #FFCFF4
Tints of Classic Rose #FFCFF4
RGB
CMYK
RGB Variations
Color information
#FFCFF4 (or 0xFFCFF4) is known color: Classic Rose. HEX triplet: FF, CF and F4. RGB value is (255,207,244). Sum of RGB (Red+Green+Blue) = 255+207+244=706 (93% of max value = 765). Red value is 255 (100% from 255 or 36.12% from 706); Green value is 207 (81.25% from 255 or 29.32% from 706); Blue value is 244 (95.70% from 255 or 34.56% from 706); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCFF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCFF4 is #00300B. Grayscale: #E1E1E1. Windows color (decimal): -12300 or 16044031. OLE color: 16044031.
HSL color Cylindrical-coordinate representation of color #FFCFF4: hue angle of 313.75º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FFCFF4 is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 207 | 244 | - |
| CMYK | 0 | 0.19 | 0.04 | 0 |
| HSL | 313.75º | 1% | 0.91% | - |
| HSV(B) | 313.75º | 0.19% | 1% | - |
| XYZ | 79.88 | 72.42 | 95.36 | - |
| YUV | 225.57 | 138.4 | 148.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 207 | 244 | 0 | 0.19 | 0.04 | 0 | 313.75 | 1 | 0.91 |
| Hex | FF | CF | F4 | 0 | 13 | 4 | 0 | 13A | 64 | 5B |
| Octal | 377 | 317 | 364 | 0 | 23 | 4 | 0 | 472 | 144 | 133 |
| Binary | 11111111 | 11001111 | 11110100 | 0 | 10011 | 100 | 0 | 100111010 | 1100100 | 1011011 |
Color Harmonies of #FFCFF4
Complementary color
Monochromatic Colors of #FFCFF4
Black with #FFCFF4
Text Example
Text Example
White with #FFCFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCFF4; }
p { color: rgb(255,207,244); }
H1.HeaderClassName
{
color: #FFCFF4;
}
.AnyTagClassName
{
color: #FFCFF4;
}
</style>
background-color css
<style>
a { background-color: #FFCFF4; }
a { background-color: rgb(255,207,244); }
div.DivClassName
{
background-color: #FFCFF4;
}
.BgClassName
{
background-color: #FFCFF4;
}
</style>
border-color css
<style>
span { border-color: #FFCFF4; }
span { border-color: rgb(255,207,244); }
td.TdClassName
{
border-color: #FFCFF4;
}
.TagClassName
{
border-color: #FFCFF4;
}
</style>