Shades of Chantilly #F2B5CC
Tints of Chantilly #F2B5CC
RGB
CMYK
RGB Variations
Color information
#F2B5CC (or 0xF2B5CC) is known color: Chantilly. HEX triplet: F2, B5 and CC. RGB value is (242,181,204). Sum of RGB (Red+Green+Blue) = 242+181+204=627 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.60% from 627); Green value is 181 (71.09% from 255 or 28.87% from 627); Blue value is 204 (80.08% from 255 or 32.54% from 627); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B5CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2B5CC is #0D4A33. Grayscale: #C9C9C9. Windows color (decimal): -870964 or 13415922. OLE color: 13415922.
HSL color Cylindrical-coordinate representation of color #F2B5CC: hue angle of 337.38º degrees, saturation: 0.7, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F2B5CC is Cyan = 0, Magento = 0.25, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
RGB | 242 | 181 | 204 | - |
CMYK | 0 | 0.25 | 0.16 | 0.05 |
HSL | 337.38º | 0.7% | 0.83% | - |
HSV(B) | 337.38º | 0.25% | 0.95% | - |
XYZ | 64.04 | 56.28 | 64.62 | - |
YUV | 201.86 | 129.21 | 156.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 242 | 181 | 204 | 0 | 0.25 | 0.16 | 0.05 | 337.38 | 0.7 | 0.83 |
Hex | F2 | B5 | CC | 0 | 19 | 10 | 5 | 151 | 46 | 53 |
Octal | 362 | 265 | 314 | 0 | 31 | 20 | 5 | 521 | 106 | 123 |
Binary | 11110010 | 10110101 | 11001100 | 0 | 11001 | 10000 | 101 | 101010001 | 1000110 | 1010011 |
Color Harmonies of #F2B5CC
Complementary color
Monochromatic Colors of #F2B5CC
Black with #F2B5CC
Text Example
Text Example
White with #F2B5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B5CC; }
p { color: rgb(242,181,204); }
H1.HeaderClassName
{
color: #F2B5CC;
}
.AnyTagClassName
{
color: #F2B5CC;
}
</style>
background-color css
<style>
a { background-color: #F2B5CC; }
a { background-color: rgb(242,181,204); }
div.DivClassName
{
background-color: #F2B5CC;
}
.BgClassName
{
background-color: #F2B5CC;
}
</style>
border-color css
<style>
span { border-color: #F2B5CC; }
span { border-color: rgb(242,181,204); }
td.TdClassName
{
border-color: #F2B5CC;
}
.TagClassName
{
border-color: #F2B5CC;
}
</style>