#F4BFCE

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

Shades of Chantilly #F4BFCE

Tints of Chantilly #F4BFCE

Color information

#F4BFCE (or 0xF4BFCE) is unknown color: approx Chantilly. HEX triplet: F4, BF and CE. RGB value is (244,191,206). Sum of RGB (Red+Green+Blue) = 244+191+206=641 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.07% from 641); Green value is 191 (75% from 255 or 29.80% from 641); Blue value is 206 (80.86% from 255 or 32.14% from 641); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BFCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BFCE is #0B4031. Grayscale: #D0D0D0. Windows color (decimal): -737330 or 13549556. OLE color: 13549556.

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

Color convert

RGB244191206-
CMYK00.220.160.04
HSL343.02º70.67%85.29%-
HSV(B)343.02º21.72%95.69%-
XYZ67.0860.9566.62-
YUV208.56126.56153.28-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 38.07%
GREEN value IS 191 (75% from 255) = 29.80%
BLUE value IS 206 (80.86% from 255) = 32.14%
R=38.07%
G=29.80%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24419120600.220.160.04343.0270.6785.29
HexF4BFCE0161041574755
Octal364277316026204527107125
Binary1111010010111111110011100101101000010010101011110001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4BFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4BFCE; }

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

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

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

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

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

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

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

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