#F1BBC6

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

Shades of Chantilly #F1BBC6

Tints of Chantilly #F1BBC6

Color information

#F1BBC6 (or 0xF1BBC6) is unknown color: approx Chantilly. HEX triplet: F1, BB and C6. RGB value is (241,187,198). Sum of RGB (Red+Green+Blue) = 241+187+198=626 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.50% from 626); Green value is 187 (73.44% from 255 or 29.87% from 626); Blue value is 198 (77.73% from 255 or 31.63% from 626); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BBC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BBC6 is #0E4439. Grayscale: #CCCCCC. Windows color (decimal): -934970 or 13024241. OLE color: 13024241.

HSL color Cylindrical-coordinate representation of color #F1BBC6: hue angle of 347.78º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F1BBC6 is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.05.

Color convert

RGB241187198-
CMYK00.220.180.05
HSL347.78º65.85%83.92%-
HSV(B)347.78º22.41%94.51%-
XYZ64.2458.3261.3-
YUV204.4124.39154.11-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.50%
GREEN value IS 187 (73.44% from 255) = 29.87%
BLUE value IS 198 (77.73% from 255) = 31.63%
R=38.50%
G=29.87%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.18
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118719800.220.180.05347.7865.8583.92
HexF1BBC601612515c4254
Octal361273306026225534102124
Binary1111000110111011110001100101101001010110101110010000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BBC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BBC6; }

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

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

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

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

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

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

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

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