#F4B9CE

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

Shades of Chantilly #F4B9CE

Tints of Chantilly #F4B9CE

Color information

#F4B9CE (or 0xF4B9CE) is unknown color: approx Chantilly. HEX triplet: F4, B9 and CE. RGB value is (244,185,206). Sum of RGB (Red+Green+Blue) = 244+185+206=635 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.43% from 635); Green value is 185 (72.66% from 255 or 29.13% from 635); Blue value is 206 (80.86% from 255 or 32.44% from 635); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B9CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4B9CE is #0B4631. Grayscale: #CDCDCD. Windows color (decimal): -738866 or 13548020. OLE color: 13548020.

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

Color convert

RGB244185206-
CMYK00.240.160.04
HSL338.64º72.84%84.12%-
HSV(B)338.64º24.18%95.69%-
XYZ65.858.3966.19-
YUV205.04128.55155.79-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 38.43%
GREEN value IS 185 (72.66% from 255) = 29.13%
BLUE value IS 206 (80.86% from 255) = 32.44%
R=38.43%
G=29.13%
B=32.44%

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
Decimal24418520600.240.160.04338.6472.8484.12
HexF4B9CE0181041534954
Octal364271316030204523111124
Binary1111010010111001110011100110001000010010101001110010011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4B9CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4B9CE; }

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

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

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

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

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

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

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

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