#F4C0CE

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

Shades of Chantilly #F4C0CE

Tints of Chantilly #F4C0CE

Color information

#F4C0CE (or 0xF4C0CE) is unknown color: approx Chantilly. HEX triplet: F4, C0 and CE. RGB value is (244,192,206). Sum of RGB (Red+Green+Blue) = 244+192+206=642 (85% of max value = 765). Red value is 244 (95.70% from 255 or 38.01% from 642); Green value is 192 (75.39% from 255 or 29.91% from 642); Blue value is 206 (80.86% from 255 or 32.09% from 642); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C0CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4C0CE is #0B3F31. Grayscale: #D1D1D1. Windows color (decimal): -737074 or 13549812. OLE color: 13549812.

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

Color convert

RGB244192206-
CMYK00.210.160.04
HSL343.85º70.27%85.49%-
HSV(B)343.85º21.31%95.69%-
XYZ67.361.3966.69-
YUV209.14126.23152.86-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 38.01%
GREEN value IS 192 (75.39% from 255) = 29.91%
BLUE value IS 206 (80.86% from 255) = 32.09%
R=38.01%
G=29.91%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24419220600.210.160.04343.8570.2785.49
HexF4C0CE0151041584655
Octal364300316025204530106125
Binary1111010011000000110011100101011000010010101100010001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4C0CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4C0CE; }

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

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

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

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

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

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

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

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