#F4BFCF

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

Shades of Chantilly #F4BFCF

Tints of Chantilly #F4BFCF

Color information

#F4BFCF (or 0xF4BFCF) is unknown color: approx Chantilly. HEX triplet: F4, BF and CF. RGB value is (244,191,207). Sum of RGB (Red+Green+Blue) = 244+191+207=642 (85% of max value = 765). Red value is 244 (95.70% from 255 or 38.01% from 642); Green value is 191 (75% from 255 or 29.75% from 642); Blue value is 207 (81.25% from 255 or 32.24% from 642); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BFCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BFCF is #0B4030. Grayscale: #D0D0D0. Windows color (decimal): -737329 or 13615092. OLE color: 13615092.

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

Color convert

RGB244191207-
CMYK00.220.150.04
HSL341.89º70.67%85.29%-
HSV(B)341.89º21.72%95.69%-
XYZ67.26167.26-
YUV208.67127.06153.2-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 38.01%
GREEN value IS 191 (75% from 255) = 29.75%
BLUE value IS 207 (81.25% from 255) = 32.24%
R=38.01%
G=29.75%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.15
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24419120700.220.150.04341.8970.6785.29
HexF4BFCF016F41564755
Octal364277317026174526107125
Binary111101001011111111001111010110111110010101011010001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4BFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4BFCF; }

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

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

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

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

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

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

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

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