#F3BBC6

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

Shades of Chantilly #F3BBC6

Tints of Chantilly #F3BBC6

Color information

#F3BBC6 (or 0xF3BBC6) is unknown color: approx Chantilly. HEX triplet: F3, BB and C6. RGB value is (243,187,198). Sum of RGB (Red+Green+Blue) = 243+187+198=628 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.69% from 628); Green value is 187 (73.44% from 255 or 29.78% from 628); Blue value is 198 (77.73% from 255 or 31.53% from 628); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BBC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BBC6 is #0C4439. Grayscale: #CDCDCD. Windows color (decimal): -803898 or 13024243. OLE color: 13024243.

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

Color convert

RGB243187198-
CMYK00.230.190.05
HSL348.21º70%84.31%-
HSV(B)348.21º23.05%95.29%-
XYZ64.9358.6761.33-
YUV205124.05155.11-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.69%
GREEN value IS 187 (73.44% from 255) = 29.78%
BLUE value IS 198 (77.73% from 255) = 31.53%
R=38.69%
G=29.78%
B=31.53%

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
Decimal24318719800.230.190.05348.217084.31
HexF3BBC601713515c4654
Octal363273306027235534106124
Binary1111001110111011110001100101111001110110101110010001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3BBC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3BBC6; }

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

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

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

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

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

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

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

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