#F4BBCD

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

Shades of Chantilly #F4BBCD

Tints of Chantilly #F4BBCD

Color information

#F4BBCD (or 0xF4BBCD) is unknown color: approx Chantilly. HEX triplet: F4, BB and CD. RGB value is (244,187,205). Sum of RGB (Red+Green+Blue) = 244+187+205=636 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.36% from 636); Green value is 187 (73.44% from 255 or 29.40% from 636); Blue value is 205 (80.47% from 255 or 32.23% from 636); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BBCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BBCD is #0B4432. Grayscale: #CECECE. Windows color (decimal): -738355 or 13482996. OLE color: 13482996.

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

Color convert

RGB244187205-
CMYK00.230.160.04
HSL341.05º72.15%84.51%-
HSV(B)341.05º23.36%95.69%-
XYZ66.159.1865.7-
YUV206.1127.38155.04-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 38.36%
GREEN value IS 187 (73.44% from 255) = 29.40%
BLUE value IS 205 (80.47% from 255) = 32.23%
R=38.36%
G=29.40%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24418720500.230.160.04341.0572.1584.51
HexF4BBCD0171041554855
Octal364273315027204525110125
Binary1111010010111011110011010101111000010010101010110010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4BBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4BBCD; }

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

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

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

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

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

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

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

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