#F3BAC5

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

Shades of Chantilly #F3BAC5

Tints of Chantilly #F3BAC5

Color information

#F3BAC5 (or 0xF3BAC5) is unknown color: approx Chantilly. HEX triplet: F3, BA and C5. RGB value is (243,186,197). Sum of RGB (Red+Green+Blue) = 243+186+197=626 (82% of max value = 765). Red value is 243 (95.31% from 255 or 38.82% from 626); Green value is 186 (73.05% from 255 or 29.71% from 626); Blue value is 197 (77.34% from 255 or 31.47% from 626); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BAC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BAC5 is #0C453A. Grayscale: #CCCCCC. Windows color (decimal): -804155 or 12958451. OLE color: 12958451.

HSL color Cylindrical-coordinate representation of color #F3BAC5: hue angle of 348.42º degrees, saturation: 0.7, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F3BAC5 is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.05.

Color convert

RGB243186197-
CMYK00.230.190.05
HSL348.42º70.37%84.12%-
HSV(B)348.42º23.46%95.29%-
XYZ64.658.260.65-
YUV204.3123.88155.61-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.82%
GREEN value IS 186 (73.05% from 255) = 29.71%
BLUE value IS 197 (77.34% from 255) = 31.47%
R=38.82%
G=29.71%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24318619700.230.190.05348.4270.3784.12
HexF3BAC501713515c4654
Octal363272305027235534106124
Binary1111001110111010110001010101111001110110101110010001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3BAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3BAC5; }

 p { color: rgb(243,186,197); }

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

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

 a { background-color: rgb(243,186,197); }

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

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

 span { border-color: rgb(243,186,197); }

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