#F4BFCD

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

Shades of Chantilly #F4BFCD

Tints of Chantilly #F4BFCD

Color information

#F4BFCD (or 0xF4BFCD) is unknown color: approx Chantilly. HEX triplet: F4, BF and CD. RGB value is (244,191,205). Sum of RGB (Red+Green+Blue) = 244+191+205=640 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.12% from 640); Green value is 191 (75% from 255 or 29.84% from 640); Blue value is 205 (80.47% from 255 or 32.03% from 640); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BFCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BFCD is #0B4032. Grayscale: #D0D0D0. Windows color (decimal): -737331 or 13484020. OLE color: 13484020.

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

Color convert

RGB244191205-
CMYK00.220.160.04
HSL344.15º70.67%85.29%-
HSV(B)344.15º21.72%95.69%-
XYZ66.9660.965.98-
YUV208.44126.06153.36-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 38.12%
GREEN value IS 191 (75% from 255) = 29.84%
BLUE value IS 205 (80.47% from 255) = 32.03%
R=38.12%
G=29.84%
B=32.03%

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
Decimal24419120500.220.160.04344.1570.6785.29
HexF4BFCD0161041584755
Octal364277315026204530107125
Binary1111010010111111110011010101101000010010101100010001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4BFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4BFCD; }

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

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

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

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

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

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

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

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