#F1BBC5

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

Shades of Chantilly #F1BBC5

Tints of Chantilly #F1BBC5

Color information

#F1BBC5 (or 0xF1BBC5) is unknown color: approx Chantilly. HEX triplet: F1, BB and C5. RGB value is (241,187,197). Sum of RGB (Red+Green+Blue) = 241+187+197=625 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.56% from 625); Green value is 187 (73.44% from 255 or 29.92% from 625); Blue value is 197 (77.34% from 255 or 31.52% from 625); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BBC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BBC5 is #0E443A. Grayscale: #CCCCCC. Windows color (decimal): -934971 or 12958705. OLE color: 12958705.

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

Color convert

RGB241187197-
CMYK00.220.180.05
HSL348.89º65.85%83.92%-
HSV(B)348.89º22.41%94.51%-
XYZ64.1258.2760.69-
YUV204.29123.89154.19-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.56%
GREEN value IS 187 (73.44% from 255) = 29.92%
BLUE value IS 197 (77.34% from 255) = 31.52%
R=38.56%
G=29.92%
B=31.52%

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
Decimal24118719700.220.180.05348.8965.8583.92
HexF1BBC501612515d4254
Octal361273305026225535102124
Binary1111000110111011110001010101101001010110101110110000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BBC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BBC5; }

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

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

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

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

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

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

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

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