#F4BCC7

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

Shades of Chantilly #F4BCC7

Tints of Chantilly #F4BCC7

Color information

#F4BCC7 (or 0xF4BCC7) is unknown color: approx Chantilly. HEX triplet: F4, BC and C7. RGB value is (244,188,199). Sum of RGB (Red+Green+Blue) = 244+188+199=631 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.67% from 631); Green value is 188 (73.83% from 255 or 29.79% from 631); Blue value is 199 (78.12% from 255 or 31.54% from 631); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BCC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BCC7 is #0B4338. Grayscale: #CECECE. Windows color (decimal): -738105 or 13090036. OLE color: 13090036.

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

Color convert

RGB244188199-
CMYK00.230.180.04
HSL348.21º71.79%84.71%-
HSV(B)348.21º22.95%95.69%-
XYZ65.659.3262.03-
YUV206124.05155.11-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 38.67%
GREEN value IS 188 (73.83% from 255) = 29.79%
BLUE value IS 199 (78.12% from 255) = 31.54%
R=38.67%
G=29.79%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.18
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24418819900.230.180.04348.2171.7984.71
HexF4BCC701712415c4855
Octal364274307027224534110125
Binary1111010010111100110001110101111001010010101110010010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4BCC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4BCC7; }

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

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

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

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

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

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

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

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