#F4BECB

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

Shades of Chantilly #F4BECB

Tints of Chantilly #F4BECB

Color information

#F4BECB (or 0xF4BECB) is unknown color: approx Chantilly. HEX triplet: F4, BE and CB. RGB value is (244,190,203). Sum of RGB (Red+Green+Blue) = 244+190+203=637 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.30% from 637); Green value is 190 (74.61% from 255 or 29.83% from 637); Blue value is 203 (79.69% from 255 or 31.87% from 637); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BECB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BECB is #0B4134. Grayscale: #CFCFCF. Windows color (decimal): -737589 or 13352692. OLE color: 13352692.

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

Color convert

RGB244190203-
CMYK00.220.170.04
HSL345.56º71.05%85.1%-
HSV(B)345.56º22.13%95.69%-
XYZ66.560.3764.65-
YUV207.63125.39153.94-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 38.30%
GREEN value IS 190 (74.61% from 255) = 29.83%
BLUE value IS 203 (79.69% from 255) = 31.87%
R=38.30%
G=29.83%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24419020300.220.170.04345.5671.0585.1
HexF4BECB01611415a4755
Octal364276313026214532107125
Binary1111010010111110110010110101101000110010101101010001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4BECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4BECB; }

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

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

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

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

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

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

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

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