#F3BBCD

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

Shades of Chantilly #F3BBCD

Tints of Chantilly #F3BBCD

Color information

#F3BBCD (or 0xF3BBCD) is unknown color: approx Chantilly. HEX triplet: F3, BB and CD. RGB value is (243,187,205). Sum of RGB (Red+Green+Blue) = 243+187+205=635 (84% of max value = 765). Red value is 243 (95.31% from 255 or 38.27% from 635); Green value is 187 (73.44% from 255 or 29.45% from 635); Blue value is 205 (80.47% from 255 or 32.28% from 635); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BBCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BBCD is #0C4432. Grayscale: #CDCDCD. Windows color (decimal): -803891 or 13482995. OLE color: 13482995.

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

Color convert

RGB243187205-
CMYK00.230.160.05
HSL340.71º70%84.31%-
HSV(B)340.71º23.05%95.29%-
XYZ65.755965.68-
YUV205.8127.55154.54-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.27%
GREEN value IS 187 (73.44% from 255) = 29.45%
BLUE value IS 205 (80.47% from 255) = 32.28%
R=38.27%
G=29.45%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24318720500.230.160.05340.717084.31
HexF3BBCD0171051554654
Octal363273315027205525106124
Binary1111001110111011110011010101111000010110101010110001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3BBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3BBCD; }

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

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

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

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

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

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

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

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