Shades of Classic Rose #FFC4F2
Tints of Classic Rose #FFC4F2
RGB
CMYK
RGB Variations
Color information
#FFC4F2 (or 0xFFC4F2) is known color: Classic Rose. HEX triplet: FF, C4 and F2. RGB value is (255,196,242). Sum of RGB (Red+Green+Blue) = 255+196+242=693 (91% of max value = 765). Red value is 255 (100% from 255 or 36.80% from 693); Green value is 196 (76.95% from 255 or 28.28% from 693); Blue value is 242 (94.92% from 255 or 34.92% from 693); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC4F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC4F2 is #003B0D. Grayscale: #DADADA. Windows color (decimal): -15118 or 15910143. OLE color: 15910143.
HSL color Cylindrical-coordinate representation of color #FFC4F2: hue angle of 313.22º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FFC4F2 is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 196 | 242 | - |
| CMYK | 0 | 0.23 | 0.05 | 0 |
| HSL | 313.22º | 1% | 0.88% | - |
| HSV(B) | 313.22º | 0.23% | 1% | - |
| XYZ | 77.01 | 67.15 | 92.91 | - |
| YUV | 218.89 | 141.05 | 153.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 196 | 242 | 0 | 0.23 | 0.05 | 0 | 313.22 | 1 | 0.88 |
| Hex | FF | C4 | F2 | 0 | 17 | 5 | 0 | 139 | 64 | 58 |
| Octal | 377 | 304 | 362 | 0 | 27 | 5 | 0 | 471 | 144 | 130 |
| Binary | 11111111 | 11000100 | 11110010 | 0 | 10111 | 101 | 0 | 100111001 | 1100100 | 1011000 |
Color Harmonies of #FFC4F2
Complementary color
Monochromatic Colors of #FFC4F2
Black with #FFC4F2
Text Example
Text Example
White with #FFC4F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC4F2; }
p { color: rgb(255,196,242); }
H1.HeaderClassName
{
color: #FFC4F2;
}
.AnyTagClassName
{
color: #FFC4F2;
}
</style>
background-color css
<style>
a { background-color: #FFC4F2; }
a { background-color: rgb(255,196,242); }
div.DivClassName
{
background-color: #FFC4F2;
}
.BgClassName
{
background-color: #FFC4F2;
}
</style>
border-color css
<style>
span { border-color: #FFC4F2; }
span { border-color: rgb(255,196,242); }
td.TdClassName
{
border-color: #FFC4F2;
}
.TagClassName
{
border-color: #FFC4F2;
}
</style>