Shades of Classic Rose #F4C3D4
Tints of Classic Rose #F4C3D4
RGB
CMYK
RGB Variations
Color information
#F4C3D4 (or 0xF4C3D4) is known color: Classic Rose. HEX triplet: F4, C3 and D4. RGB value is (244,195,212). Sum of RGB (Red+Green+Blue) = 244+195+212=651 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.48% from 651); Green value is 195 (76.56% from 255 or 29.95% from 651); Blue value is 212 (83.20% from 255 or 32.57% from 651); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C3D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4C3D4 is #0B3C2B. Grayscale: #D3D3D3. Windows color (decimal): -736300 or 13943796. OLE color: 13943796.
HSL color Cylindrical-coordinate representation of color #F4C3D4: hue angle of 339.18º degrees, saturation: 0.69, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F4C3D4 is Cyan = 0, Magento = 0.20, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 195 | 212 | - |
| CMYK | 0 | 0.20 | 0.13 | 0.04 |
| HSL | 339.18º | 0.69% | 0.86% | - |
| HSV(B) | 339.18º | 0.2% | 0.96% | - |
| XYZ | 68.71 | 63.02 | 70.83 | - |
| YUV | 211.59 | 128.23 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 195 | 212 | 0 | 0.20 | 0.13 | 0.04 | 339.18 | 0.69 | 0.86 |
| Hex | F4 | C3 | D4 | 0 | 14 | D | 4 | 153 | 45 | 56 |
| Octal | 364 | 303 | 324 | 0 | 24 | 15 | 4 | 523 | 105 | 126 |
| Binary | 11110100 | 11000011 | 11010100 | 0 | 10100 | 1101 | 100 | 101010011 | 1000101 | 1010110 |
Color Harmonies of #F4C3D4
Complementary color
Monochromatic Colors of #F4C3D4
Black with #F4C3D4
Text Example
Text Example
White with #F4C3D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4C3D4; }
p { color: rgb(244,195,212); }
H1.HeaderClassName
{
color: #F4C3D4;
}
.AnyTagClassName
{
color: #F4C3D4;
}
</style>
background-color css
<style>
a { background-color: #F4C3D4; }
a { background-color: rgb(244,195,212); }
div.DivClassName
{
background-color: #F4C3D4;
}
.BgClassName
{
background-color: #F4C3D4;
}
</style>
border-color css
<style>
span { border-color: #F4C3D4; }
span { border-color: rgb(244,195,212); }
td.TdClassName
{
border-color: #F4C3D4;
}
.TagClassName
{
border-color: #F4C3D4;
}
</style>