#F4BECE

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

Shades of Chantilly #F4BECE

Tints of Chantilly #F4BECE

Color information

#F4BECE (or 0xF4BECE) is unknown color: approx Chantilly. HEX triplet: F4, BE and CE. RGB value is (244,190,206). Sum of RGB (Red+Green+Blue) = 244+190+206=640 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.12% from 640); Green value is 190 (74.61% from 255 or 29.69% from 640); Blue value is 206 (80.86% from 255 or 32.19% from 640); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BECE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BECE is #0B4131. Grayscale: #CFCFCF. Windows color (decimal): -737586 or 13549300. OLE color: 13549300.

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

Color convert

RGB244190206-
CMYK00.220.160.04
HSL342.22º71.05%85.1%-
HSV(B)342.22º22.13%95.69%-
XYZ66.8660.5266.55-
YUV207.97126.89153.7-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 38.12%
GREEN value IS 190 (74.61% from 255) = 29.69%
BLUE value IS 206 (80.86% from 255) = 32.19%
R=38.12%
G=29.69%
B=32.19%

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
Decimal24419020600.220.160.04342.2271.0585.1
HexF4BECE0161041564755
Octal364276316026204526107125
Binary1111010010111110110011100101101000010010101011010001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4BECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4BECE; }

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

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

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

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

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

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

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

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