#F3BBCF

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

Shades of Chantilly #F3BBCF

Tints of Chantilly #F3BBCF

Color information

#F3BBCF (or 0xF3BBCF) is unknown color: approx Chantilly. HEX triplet: F3, BB and CF. RGB value is (243,187,207). Sum of RGB (Red+Green+Blue) = 243+187+207=637 (84% of max value = 765). Red value is 243 (95.31% from 255 or 38.15% from 637); Green value is 187 (73.44% from 255 or 29.36% from 637); Blue value is 207 (81.25% from 255 or 32.50% from 637); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BBCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BBCF is #0C4430. Grayscale: #CECECE. Windows color (decimal): -803889 or 13614067. OLE color: 13614067.

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

Color convert

RGB243187207-
CMYK00.230.150.05
HSL338.57º70%84.31%-
HSV(B)338.57º23.05%95.29%-
XYZ65.9959.166.96-
YUV206.02128.55154.37-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.15%
GREEN value IS 187 (73.44% from 255) = 29.36%
BLUE value IS 207 (81.25% from 255) = 32.50%
R=38.15%
G=29.36%
B=32.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24318720700.230.150.05338.577084.31
HexF3BBCF017F51534654
Octal363273317027175523106124
Binary111100111011101111001111010111111110110101001110001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3BBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3BBCF; }

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

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

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

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

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

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

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

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