#F2BFCE

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

Shades of Chantilly #F2BFCE

Tints of Chantilly #F2BFCE

Color information

#F2BFCE (or 0xF2BFCE) is unknown color: approx Chantilly. HEX triplet: F2, BF and CE. RGB value is (242,191,206). Sum of RGB (Red+Green+Blue) = 242+191+206=639 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.87% from 639); Green value is 191 (75% from 255 or 29.89% from 639); Blue value is 206 (80.86% from 255 or 32.24% from 639); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BFCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BFCE is #0D4031. Grayscale: #CFCFCF. Windows color (decimal): -868402 or 13549554. OLE color: 13549554.

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

Color convert

RGB242191206-
CMYK00.210.150.05
HSL342.35º66.23%84.9%-
HSV(B)342.35º21.07%94.9%-
XYZ66.3960.666.59-
YUV207.96126.9152.28-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.87%
GREEN value IS 191 (75% from 255) = 29.89%
BLUE value IS 206 (80.86% from 255) = 32.24%
R=37.87%
G=29.89%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24219120600.210.150.05342.3566.2384.9
HexF2BFCE015F51564255
Octal362277316025175526102125
Binary111100101011111111001110010101111110110101011010000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2BFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2BFCE; }

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

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

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

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

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

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

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

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