#F1BCC5

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

Shades of Chantilly #F1BCC5

Tints of Chantilly #F1BCC5

Color information

#F1BCC5 (or 0xF1BCC5) is unknown color: approx Chantilly. HEX triplet: F1, BC and C5. RGB value is (241,188,197). Sum of RGB (Red+Green+Blue) = 241+188+197=626 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.50% from 626); Green value is 188 (73.83% from 255 or 30.03% from 626); Blue value is 197 (77.34% from 255 or 31.47% from 626); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BCC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BCC5 is #0E433A. Grayscale: #CCCCCC. Windows color (decimal): -934715 or 12958961. OLE color: 12958961.

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

Color convert

RGB241188197-
CMYK00.220.180.05
HSL349.81º65.43%84.12%-
HSV(B)349.81º21.99%94.51%-
XYZ64.3458.760.76-
YUV204.87123.56153.77-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.50%
GREEN value IS 188 (73.83% from 255) = 30.03%
BLUE value IS 197 (77.34% from 255) = 31.47%
R=38.50%
G=30.03%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.18
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118819700.220.180.05349.8165.4384.12
HexF1BCC501612515e4154
Octal361274305026225536101124
Binary1111000110111100110001010101101001010110101111010000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BCC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BCC5; }

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

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

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

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

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

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

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

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