#F2BDC8

Color #F2BDC8 Chantilly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chantilly #F2BDC8

Tints of Chantilly #F2BDC8

Color information

#F2BDC8 (or 0xF2BDC8) is unknown color: approx Chantilly. HEX triplet: F2, BD and C8. RGB value is (242,189,200). Sum of RGB (Red+Green+Blue) = 242+189+200=631 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.35% from 631); Green value is 189 (74.22% from 255 or 29.95% from 631); Blue value is 200 (78.52% from 255 or 31.70% from 631); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BDC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BDC8 is #0D4237. Grayscale: #CECECE. Windows color (decimal): -868920 or 13155826. OLE color: 13155826.

HSL color Cylindrical-coordinate representation of color #F2BDC8: hue angle of 347.55º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F2BDC8 is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB242189200-
CMYK00.220.170.05
HSL347.55º67.09%84.51%-
HSV(B)347.55º21.9%94.9%-
XYZ65.2459.4462.68-
YUV206.1124.56153.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 242 (94.92% from 255) = 38.35%
GREEN value IS 189 (74.22% from 255) = 29.95%
BLUE value IS 200 (78.52% from 255) = 31.70%
R=38.35%
G=29.95%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24218920000.220.170.05347.5567.0984.51
HexF2BDC801611515c4355
Octal362275310026215534103125
Binary1111001010111101110010000101101000110110101110010000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2BDC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2BDC8; }

 p { color: rgb(242,189,200); }

 H1.HeaderClassName
 {
   color: #F2BDC8;
 }
 .AnyTagClassName
 {
   color: #F2BDC8;
 }
</style>
background-color css

<style>
 a { background-color: #F2BDC8; }

 a { background-color: rgb(242,189,200); }

 div.DivClassName
 {
   background-color: #F2BDC8;
 }
 .BgClassName
 {
   background-color: #F2BDC8;
 }
</style>
border-color css

<style>
 span { border-color: #F2BDC8; }

 span { border-color: rgb(242,189,200); }

 td.TdClassName
 {
   border-color: #F2BDC8;
 }
 .TagClassName
 {
   border-color: #F2BDC8;
 }
</style>