Shades of Classic Rose #FFCEF2
Tints of Classic Rose #FFCEF2
RGB
CMYK
RGB Variations
Color information
#FFCEF2 (or 0xFFCEF2) is known color: Classic Rose. HEX triplet: FF, CE and F2. RGB value is (255,206,242). Sum of RGB (Red+Green+Blue) = 255+206+242=703 (93% of max value = 765). Red value is 255 (100% from 255 or 36.27% from 703); Green value is 206 (80.86% from 255 or 29.30% from 703); Blue value is 242 (94.92% from 255 or 34.42% from 703); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCEF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCEF2 is #00310D. Grayscale: #E0E0E0. Windows color (decimal): -12558 or 15912703. OLE color: 15912703.
HSL color Cylindrical-coordinate representation of color #FFCEF2: hue angle of 315.92º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FFCEF2 is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 206 | 242 | - |
CMYK | 0 | 0.19 | 0.05 | 0 |
HSL | 315.92º | 1% | 0.9% | - |
HSV(B) | 315.92º | 0.19% | 1% | - |
XYZ | 79.34 | 71.81 | 93.68 | - |
YUV | 224.76 | 137.73 | 149.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 206 | 242 | 0 | 0.19 | 0.05 | 0 | 315.92 | 1 | 0.9 |
Hex | FF | CE | F2 | 0 | 13 | 5 | 0 | 13C | 64 | 5A |
Octal | 377 | 316 | 362 | 0 | 23 | 5 | 0 | 474 | 144 | 132 |
Binary | 11111111 | 11001110 | 11110010 | 0 | 10011 | 101 | 0 | 100111100 | 1100100 | 1011010 |
Color Harmonies of #FFCEF2
Complementary color
Monochromatic Colors of #FFCEF2
Black with #FFCEF2
Text Example
Text Example
White with #FFCEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCEF2; }
p { color: rgb(255,206,242); }
H1.HeaderClassName
{
color: #FFCEF2;
}
.AnyTagClassName
{
color: #FFCEF2;
}
</style>
background-color css
<style>
a { background-color: #FFCEF2; }
a { background-color: rgb(255,206,242); }
div.DivClassName
{
background-color: #FFCEF2;
}
.BgClassName
{
background-color: #FFCEF2;
}
</style>
border-color css
<style>
span { border-color: #FFCEF2; }
span { border-color: rgb(255,206,242); }
td.TdClassName
{
border-color: #FFCEF2;
}
.TagClassName
{
border-color: #FFCEF2;
}
</style>