#F2BFCB

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

Shades of Chantilly #F2BFCB

Tints of Chantilly #F2BFCB

Color information

#F2BFCB (or 0xF2BFCB) is unknown color: approx Chantilly. HEX triplet: F2, BF and CB. RGB value is (242,191,203). Sum of RGB (Red+Green+Blue) = 242+191+203=636 (84% of max value = 765). Red value is 242 (94.92% from 255 or 38.05% from 636); Green value is 191 (75% from 255 or 30.03% from 636); Blue value is 203 (79.69% from 255 or 31.92% from 636); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BFCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BFCB is #0D4034. Grayscale: #CFCFCF. Windows color (decimal): -868405 or 13352946. OLE color: 13352946.

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

Color convert

RGB242191203-
CMYK00.210.160.05
HSL345.88º66.23%84.9%-
HSV(B)345.88º21.07%94.9%-
XYZ66.0360.4564.69-
YUV207.62125.4152.52-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.05%
GREEN value IS 191 (75% from 255) = 30.03%
BLUE value IS 203 (79.69% from 255) = 31.92%
R=38.05%
G=30.03%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24219120300.210.160.05345.8866.2384.9
HexF2BFCB01510515a4255
Octal362277313025205532102125
Binary1111001010111111110010110101011000010110101101010000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2BFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2BFCB; }

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

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

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

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

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

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

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

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