#F3BAC4

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

Shades of Chantilly #F3BAC4

Tints of Chantilly #F3BAC4

Color information

#F3BAC4 (or 0xF3BAC4) is unknown color: approx Chantilly. HEX triplet: F3, BA and C4. RGB value is (243,186,196). Sum of RGB (Red+Green+Blue) = 243+186+196=625 (82% of max value = 765). Red value is 243 (95.31% from 255 or 38.88% from 625); Green value is 186 (73.05% from 255 or 29.76% from 625); Blue value is 196 (76.95% from 255 or 31.36% from 625); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BAC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BAC4 is #0C453B. Grayscale: #CCCCCC. Windows color (decimal): -804156 or 12892915. OLE color: 12892915.

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

Color convert

RGB243186196-
CMYK00.230.190.05
HSL349.47º70.37%84.12%-
HSV(B)349.47º23.46%95.29%-
XYZ64.4858.1660.05-
YUV204.18123.38155.69-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.88%
GREEN value IS 186 (73.05% from 255) = 29.76%
BLUE value IS 196 (76.95% from 255) = 31.36%
R=38.88%
G=29.76%
B=31.36%

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
Decimal24318619600.230.190.05349.4770.3784.12
HexF3BAC401713515d4654
Octal363272304027235535106124
Binary1111001110111010110001000101111001110110101110110001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3BAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3BAC4; }

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

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

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

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

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

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

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

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