#F2BFCD

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

Shades of Chantilly #F2BFCD

Tints of Chantilly #F2BFCD

Color information

#F2BFCD (or 0xF2BFCD) is unknown color: approx Chantilly. HEX triplet: F2, BF and CD. RGB value is (242,191,205). Sum of RGB (Red+Green+Blue) = 242+191+205=638 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.93% from 638); Green value is 191 (75% from 255 or 29.94% from 638); Blue value is 205 (80.47% from 255 or 32.13% from 638); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BFCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BFCD is #0D4032. Grayscale: #CFCFCF. Windows color (decimal): -868403 or 13484018. OLE color: 13484018.

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

Color convert

RGB242191205-
CMYK00.210.150.05
HSL343.53º66.23%84.9%-
HSV(B)343.53º21.07%94.9%-
XYZ66.2760.5565.95-
YUV207.84126.4152.36-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.93%
GREEN value IS 191 (75% from 255) = 29.94%
BLUE value IS 205 (80.47% from 255) = 32.13%
R=37.93%
G=29.94%
B=32.13%

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
Decimal24219120500.210.150.05343.5366.2384.9
HexF2BFCD015F51584255
Octal362277315025175530102125
Binary111100101011111111001101010101111110110101100010000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2BFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2BFCD; }

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

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

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

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

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

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

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

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