#F2BECC

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

Shades of Chantilly #F2BECC

Tints of Chantilly #F2BECC

Color information

#F2BECC (or 0xF2BECC) is unknown color: approx Chantilly. HEX triplet: F2, BE and CC. RGB value is (242,190,204). Sum of RGB (Red+Green+Blue) = 242+190+204=636 (84% of max value = 765). Red value is 242 (94.92% from 255 or 38.05% from 636); Green value is 190 (74.61% from 255 or 29.87% from 636); Blue value is 204 (80.08% from 255 or 32.08% from 636); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BECC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BECC is #0D4133. Grayscale: #CFCFCF. Windows color (decimal): -868660 or 13418226. OLE color: 13418226.

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

Color convert

RGB242190204-
CMYK00.210.160.05
HSL343.85º66.67%84.71%-
HSV(B)343.85º21.49%94.9%-
XYZ65.9360.0665.25-
YUV207.14126.23152.86-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.05%
GREEN value IS 190 (74.61% from 255) = 29.87%
BLUE value IS 204 (80.08% from 255) = 32.08%
R=38.05%
G=29.87%
B=32.08%

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
Decimal24219020400.210.160.05343.8566.6784.71
HexF2BECC0151051584355
Octal362276314025205530103125
Binary1111001010111110110011000101011000010110101100010000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2BECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2BECC; }

 p { color: rgb(242,190,204); }

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

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

 a { background-color: rgb(242,190,204); }

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

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

 span { border-color: rgb(242,190,204); }

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