#F4BCCF

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

Shades of Chantilly #F4BCCF

Tints of Chantilly #F4BCCF

Color information

#F4BCCF (or 0xF4BCCF) is unknown color: approx Chantilly. HEX triplet: F4, BC and CF. RGB value is (244,188,207). Sum of RGB (Red+Green+Blue) = 244+188+207=639 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.18% from 639); Green value is 188 (73.83% from 255 or 29.42% from 639); Blue value is 207 (81.25% from 255 or 32.39% from 639); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BCCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BCCF is #0B4330. Grayscale: #CECECE. Windows color (decimal): -738097 or 13614324. OLE color: 13614324.

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

Color convert

RGB244188207-
CMYK00.230.150.04
HSL339.64º71.79%84.71%-
HSV(B)339.64º22.95%95.69%-
XYZ66.5559.767.05-
YUV206.91128.05154.46-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 38.18%
GREEN value IS 188 (73.83% from 255) = 29.42%
BLUE value IS 207 (81.25% from 255) = 32.39%
R=38.18%
G=29.42%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.15
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24418820700.230.150.04339.6471.7984.71
HexF4BCCF017F41544855
Octal364274317027174524110125
Binary111101001011110011001111010111111110010101010010010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4BCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4BCCF; }

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

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

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

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

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

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

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

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