#F4BAC8

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

Shades of Chantilly #F4BAC8

Tints of Chantilly #F4BAC8

Color information

#F4BAC8 (or 0xF4BAC8) is unknown color: approx Chantilly. HEX triplet: F4, BA and C8. RGB value is (244,186,200). Sum of RGB (Red+Green+Blue) = 244+186+200=630 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.73% from 630); Green value is 186 (73.05% from 255 or 29.52% from 630); Blue value is 200 (78.52% from 255 or 31.75% from 630); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BAC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BAC8 is #0B4537. Grayscale: #CCCCCC. Windows color (decimal): -738616 or 13155060. OLE color: 13155060.

HSL color Cylindrical-coordinate representation of color #F4BAC8: hue angle of 345.52º degrees, saturation: 0.73, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F4BAC8 is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.04.

Color convert

RGB244186200-
CMYK00.240.180.04
HSL345.52º72.5%84.31%-
HSV(B)345.52º23.77%95.69%-
XYZ65.2958.5262.5-
YUV204.94125.22155.86-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 38.73%
GREEN value IS 186 (73.05% from 255) = 29.52%
BLUE value IS 200 (78.52% from 255) = 31.75%
R=38.73%
G=29.52%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.18
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24418620000.240.180.04345.5272.584.31
HexF4BAC801812415a4854
Octal364272310030224532110124
Binary1111010010111010110010000110001001010010101101010010001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4BAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4BAC8; }

 p { color: rgb(244,186,200); }

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

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

 a { background-color: rgb(244,186,200); }

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

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

 span { border-color: rgb(244,186,200); }

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