#F1B7C1

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

Shades of Chantilly #F1B7C1

Tints of Chantilly #F1B7C1

Color information

#F1B7C1 (or 0xF1B7C1) is unknown color: approx Chantilly. HEX triplet: F1, B7 and C1. RGB value is (241,183,193). Sum of RGB (Red+Green+Blue) = 241+183+193=617 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.06% from 617); Green value is 183 (71.88% from 255 or 29.66% from 617); Blue value is 193 (75.78% from 255 or 31.28% from 617); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B7C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1B7C1 is #0E483E. Grayscale: #C9C9C9. Windows color (decimal): -935999 or 12695537. OLE color: 12695537.

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

Color convert

RGB241183193-
CMYK00.240.200.05
HSL349.66º67.44%83.14%-
HSV(B)349.66º24.07%94.51%-
XYZ62.8356.4258.03-
YUV201.48123.22156.19-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.06%
GREEN value IS 183 (71.88% from 255) = 29.66%
BLUE value IS 193 (75.78% from 255) = 31.28%
R=39.06%
G=29.66%
B=31.28%

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
Decimal24118319300.240.200.05349.6667.4483.14
HexF1B7C101814515e4353
Octal361267301030245536103123
Binary1111000110110111110000010110001010010110101111010000111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B7C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B7C1; }

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

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

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

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

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

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

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

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