#F1B9C5

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

Shades of Chantilly #F1B9C5

Tints of Chantilly #F1B9C5

Color information

#F1B9C5 (or 0xF1B9C5) is unknown color: approx Chantilly. HEX triplet: F1, B9 and C5. RGB value is (241,185,197). Sum of RGB (Red+Green+Blue) = 241+185+197=623 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.68% from 623); Green value is 185 (72.66% from 255 or 29.70% from 623); Blue value is 197 (77.34% from 255 or 31.62% from 623); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B9C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1B9C5 is #0E463A. Grayscale: #CBCBCB. Windows color (decimal): -935483 or 12958193. OLE color: 12958193.

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

Color convert

RGB241185197-
CMYK00.230.180.05
HSL347.14º66.67%83.53%-
HSV(B)347.14º23.24%94.51%-
XYZ63.757.4360.55-
YUV203.11124.55155.02-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.68%
GREEN value IS 185 (72.66% from 255) = 29.70%
BLUE value IS 197 (77.34% from 255) = 31.62%
R=38.68%
G=29.70%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.18
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118519700.230.180.05347.1466.6783.53
HexF1B9C501712515b4354
Octal361271305027225533103124
Binary1111000110111001110001010101111001010110101101110000111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B9C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B9C5; }

 p { color: rgb(241,185,197); }

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

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

 a { background-color: rgb(241,185,197); }

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

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

 span { border-color: rgb(241,185,197); }

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