#F1BBCA

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

Shades of Chantilly #F1BBCA

Tints of Chantilly #F1BBCA

Color information

#F1BBCA (or 0xF1BBCA) is unknown color: approx Chantilly. HEX triplet: F1, BB and CA. RGB value is (241,187,202). Sum of RGB (Red+Green+Blue) = 241+187+202=630 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.25% from 630); Green value is 187 (73.44% from 255 or 29.68% from 630); Blue value is 202 (79.30% from 255 or 32.06% from 630); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BBCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BBCA is #0E4435. Grayscale: #CCCCCC. Windows color (decimal): -934966 or 13286385. OLE color: 13286385.

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

Color convert

RGB241187202-
CMYK00.220.160.05
HSL343.33º65.85%83.92%-
HSV(B)343.33º22.41%94.51%-
XYZ64.7158.5163.76-
YUV204.86126.39153.78-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.25%
GREEN value IS 187 (73.44% from 255) = 29.68%
BLUE value IS 202 (79.30% from 255) = 32.06%
R=38.25%
G=29.68%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118720200.220.160.05343.3365.8583.92
HexF1BBCA0161051574254
Octal361273312026205527102124
Binary1111000110111011110010100101101000010110101011110000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BBCA; }

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

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

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

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

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

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

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

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