#F1BCC9

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

Shades of Chantilly #F1BCC9

Tints of Chantilly #F1BCC9

Color information

#F1BCC9 (or 0xF1BCC9) is unknown color: approx Chantilly. HEX triplet: F1, BC and C9. RGB value is (241,188,201). Sum of RGB (Red+Green+Blue) = 241+188+201=630 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.25% from 630); Green value is 188 (73.83% from 255 or 29.84% from 630); Blue value is 201 (78.91% from 255 or 31.90% from 630); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BCC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BCC9 is #0E4336. Grayscale: #CDCDCD. Windows color (decimal): -934711 or 13221105. OLE color: 13221105.

HSL color Cylindrical-coordinate representation of color #F1BCC9: hue angle of 345.28º degrees, saturation: 0.65, 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 #F1BCC9 is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB241188201-
CMYK00.220.170.05
HSL345.28º65.43%84.12%-
HSV(B)345.28º21.99%94.51%-
XYZ64.858.8863.21-
YUV205.33125.56153.44-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.25%
GREEN value IS 188 (73.83% from 255) = 29.84%
BLUE value IS 201 (78.91% from 255) = 31.90%
R=38.25%
G=29.84%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118820100.220.170.05345.2865.4384.12
HexF1BCC90161151594154
Octal361274311026215531101124
Binary1111000110111100110010010101101000110110101100110000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BCC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BCC9; }

 p { color: rgb(241,188,201); }

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

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

 a { background-color: rgb(241,188,201); }

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

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

 span { border-color: rgb(241,188,201); }

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