#F4BECC

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

Shades of Chantilly #F4BECC

Tints of Chantilly #F4BECC

Color information

#F4BECC (or 0xF4BECC) is unknown color: approx Chantilly. HEX triplet: F4, BE and CC. RGB value is (244,190,204). Sum of RGB (Red+Green+Blue) = 244+190+204=638 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.24% from 638); Green value is 190 (74.61% from 255 or 29.78% from 638); Blue value is 204 (80.08% from 255 or 31.97% from 638); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BECC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BECC is #0B4133. Grayscale: #CFCFCF. Windows color (decimal): -737588 or 13418228. OLE color: 13418228.

HSL color Cylindrical-coordinate representation of color #F4BECC: hue angle of 344.44º degrees, saturation: 0.71, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F4BECC is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB244190204-
CMYK00.220.160.04
HSL344.44º71.05%85.1%-
HSV(B)344.44º22.13%95.69%-
XYZ66.6260.4265.28-
YUV207.74125.89153.86-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 38.24%
GREEN value IS 190 (74.61% from 255) = 29.78%
BLUE value IS 204 (80.08% from 255) = 31.97%
R=38.24%
G=29.78%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24419020400.220.160.04344.4471.0585.1
HexF4BECC0161041584755
Octal364276314026204530107125
Binary1111010010111110110011000101101000010010101100010001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4BECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4BECC; }

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

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

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

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

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

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

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

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