#F3BBCA

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

Shades of Chantilly #F3BBCA

Tints of Chantilly #F3BBCA

Color information

#F3BBCA (or 0xF3BBCA) is unknown color: approx Chantilly. HEX triplet: F3, BB and CA. RGB value is (243,187,202). Sum of RGB (Red+Green+Blue) = 243+187+202=632 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.45% from 632); Green value is 187 (73.44% from 255 or 29.59% from 632); Blue value is 202 (79.30% from 255 or 31.96% from 632); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BBCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BBCA is #0C4435. Grayscale: #CDCDCD. Windows color (decimal): -803894 or 13286387. OLE color: 13286387.

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

Color convert

RGB243187202-
CMYK00.230.170.05
HSL343.93º70%84.31%-
HSV(B)343.93º23.05%95.29%-
XYZ65.3958.8663.79-
YUV205.45126.05154.78-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.45%
GREEN value IS 187 (73.44% from 255) = 29.59%
BLUE value IS 202 (79.30% from 255) = 31.96%
R=38.45%
G=29.59%
B=31.96%

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
Decimal24318720200.230.170.05343.937084.31
HexF3BBCA0171151584654
Octal363273312027215530106124
Binary1111001110111011110010100101111000110110101100010001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3BBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3BBCA; }

 p { color: rgb(243,187,202); }

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

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

 a { background-color: rgb(243,187,202); }

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

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

 span { border-color: rgb(243,187,202); }

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