#F4BACC

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

Shades of Chantilly #F4BACC

Tints of Chantilly #F4BACC

Color information

#F4BACC (or 0xF4BACC) is unknown color: approx Chantilly. HEX triplet: F4, BA and CC. RGB value is (244,186,204). Sum of RGB (Red+Green+Blue) = 244+186+204=634 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.49% from 634); Green value is 186 (73.05% from 255 or 29.34% from 634); Blue value is 204 (80.08% from 255 or 32.18% from 634); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BACC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BACC is #0B4533. Grayscale: #CDCDCD. Windows color (decimal): -738612 or 13417204. OLE color: 13417204.

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

Color convert

RGB244186204-
CMYK00.240.160.04
HSL341.38º72.5%84.31%-
HSV(B)341.38º23.77%95.69%-
XYZ65.7758.7164.99-
YUV205.39127.22155.54-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 38.49%
GREEN value IS 186 (73.05% from 255) = 29.34%
BLUE value IS 204 (80.08% from 255) = 32.18%
R=38.49%
G=29.34%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24418620400.240.160.04341.3872.584.31
HexF4BACC0181041554854
Octal364272314030204525110124
Binary1111010010111010110011000110001000010010101010110010001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4BACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4BACC; }

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

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

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

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

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

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

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

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