#F2BDCE

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

Shades of Chantilly #F2BDCE

Tints of Chantilly #F2BDCE

Color information

#F2BDCE (or 0xF2BDCE) is unknown color: approx Chantilly. HEX triplet: F2, BD and CE. RGB value is (242,189,206). Sum of RGB (Red+Green+Blue) = 242+189+206=637 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.99% from 637); Green value is 189 (74.22% from 255 or 29.67% from 637); Blue value is 206 (80.86% from 255 or 32.34% from 637); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BDCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BDCE is #0D4231. Grayscale: #CECECE. Windows color (decimal): -868914 or 13549042. OLE color: 13549042.

HSL color Cylindrical-coordinate representation of color #F2BDCE: hue angle of 340.75º 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 #F2BDCE is Cyan = 0, Magento = 0.22, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB242189206-
CMYK00.220.150.05
HSL340.75º67.09%84.51%-
HSV(B)340.75º21.9%94.9%-
XYZ65.9659.7366.45-
YUV206.78127.56153.12-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.99%
GREEN value IS 189 (74.22% from 255) = 29.67%
BLUE value IS 206 (80.86% from 255) = 32.34%
R=37.99%
G=29.67%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24218920600.220.150.05340.7567.0984.51
HexF2BDCE016F51554355
Octal362275316026175525103125
Binary111100101011110111001110010110111110110101010110000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2BDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2BDCE; }

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

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

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

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

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

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

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

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