#F3BCC9

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

Shades of Chantilly #F3BCC9

Tints of Chantilly #F3BCC9

Color information

#F3BCC9 (or 0xF3BCC9) is unknown color: approx Chantilly. HEX triplet: F3, BC and C9. RGB value is (243,188,201). Sum of RGB (Red+Green+Blue) = 243+188+201=632 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.45% from 632); Green value is 188 (73.83% from 255 or 29.75% from 632); Blue value is 201 (78.91% from 255 or 31.80% from 632); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BCC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BCC9 is #0C4336. Grayscale: #CDCDCD. Windows color (decimal): -803639 or 13221107. OLE color: 13221107.

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

Color convert

RGB243188201-
CMYK00.230.170.05
HSL345.82º69.62%84.51%-
HSV(B)345.82º22.63%95.29%-
XYZ65.4959.2463.24-
YUV205.93125.22154.44-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.45%
GREEN value IS 188 (73.83% from 255) = 29.75%
BLUE value IS 201 (78.91% from 255) = 31.80%
R=38.45%
G=29.75%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24318820100.230.170.05345.8269.6284.51
HexF3BCC901711515a4655
Octal363274311027215532106125
Binary1111001110111100110010010101111000110110101101010001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3BCC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3BCC9; }

 p { color: rgb(243,188,201); }

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

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

 a { background-color: rgb(243,188,201); }

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

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

 span { border-color: rgb(243,188,201); }

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