#F4BACA

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

Shades of Chantilly #F4BACA

Tints of Chantilly #F4BACA

Color information

#F4BACA (or 0xF4BACA) is unknown color: approx Chantilly. HEX triplet: F4, BA and CA. RGB value is (244,186,202). Sum of RGB (Red+Green+Blue) = 244+186+202=632 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.61% from 632); Green value is 186 (73.05% from 255 or 29.43% from 632); Blue value is 202 (79.30% from 255 or 31.96% from 632); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BACA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BACA is #0B4535. Grayscale: #CDCDCD. Windows color (decimal): -738614 or 13286132. OLE color: 13286132.

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

Color convert

RGB244186202-
CMYK00.240.170.04
HSL343.45º72.5%84.31%-
HSV(B)343.45º23.77%95.69%-
XYZ65.5358.6263.74-
YUV205.17126.22155.7-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 38.61%
GREEN value IS 186 (73.05% from 255) = 29.43%
BLUE value IS 202 (79.30% from 255) = 31.96%
R=38.61%
G=29.43%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24418620200.240.170.04343.4572.584.31
HexF4BACA0181141574854
Octal364272312030214527110124
Binary1111010010111010110010100110001000110010101011110010001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4BACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4BACA; }

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

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

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

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

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

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

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

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