#F1B7C2

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

Shades of Chantilly #F1B7C2

Tints of Chantilly #F1B7C2

Color information

#F1B7C2 (or 0xF1B7C2) is unknown color: approx Chantilly. HEX triplet: F1, B7 and C2. RGB value is (241,183,194). Sum of RGB (Red+Green+Blue) = 241+183+194=618 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.00% from 618); Green value is 183 (71.88% from 255 or 29.61% from 618); Blue value is 194 (76.17% from 255 or 31.39% from 618); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B7C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1B7C2 is #0E483D. Grayscale: #C9C9C9. Windows color (decimal): -935998 or 12761073. OLE color: 12761073.

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

Color convert

RGB241183194-
CMYK00.240.200.05
HSL348.62º67.44%83.14%-
HSV(B)348.62º24.07%94.51%-
XYZ62.9556.4658.62-
YUV201.6123.72156.11-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.00%
GREEN value IS 183 (71.88% from 255) = 29.61%
BLUE value IS 194 (76.17% from 255) = 31.39%
R=39.00%
G=29.61%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118319400.240.200.05348.6267.4483.14
HexF1B7C201814515d4353
Octal361267302030245535103123
Binary1111000110110111110000100110001010010110101110110000111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B7C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B7C2; }

 p { color: rgb(241,183,194); }

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

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

 a { background-color: rgb(241,183,194); }

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

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

 span { border-color: rgb(241,183,194); }

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