#F1B6C3

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

Shades of Chantilly #F1B6C3

Tints of Chantilly #F1B6C3

Color information

#F1B6C3 (or 0xF1B6C3) is unknown color: approx Chantilly. HEX triplet: F1, B6 and C3. RGB value is (241,182,195). Sum of RGB (Red+Green+Blue) = 241+182+195=618 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.00% from 618); Green value is 182 (71.48% from 255 or 29.45% from 618); Blue value is 195 (76.56% from 255 or 31.55% from 618); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B6C3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1B6C3 is #0E493C. Grayscale: #C9C9C9. Windows color (decimal): -936253 or 12826353. OLE color: 12826353.

HSL color Cylindrical-coordinate representation of color #F1B6C3: hue angle of 346.78º degrees, saturation: 0.68, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F1B6C3 is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.05.

Color convert

RGB241182195-
CMYK00.240.190.05
HSL346.78º67.82%82.94%-
HSV(B)346.78º24.48%94.51%-
XYZ62.8556.159.14-
YUV201.12124.55156.44-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.00%
GREEN value IS 182 (71.48% from 255) = 29.45%
BLUE value IS 195 (76.56% from 255) = 31.55%
R=39.00%
G=29.45%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118219500.240.190.05346.7867.8282.94
HexF1B6C301813515b4453
Octal361266303030235533104123
Binary1111000110110110110000110110001001110110101101110001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B6C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B6C3; }

 p { color: rgb(241,182,195); }

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

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

 a { background-color: rgb(241,182,195); }

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

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

 span { border-color: rgb(241,182,195); }

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