#F1BBCB

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

Shades of Chantilly #F1BBCB

Tints of Chantilly #F1BBCB

Color information

#F1BBCB (or 0xF1BBCB) is unknown color: approx Chantilly. HEX triplet: F1, BB and CB. RGB value is (241,187,203). Sum of RGB (Red+Green+Blue) = 241+187+203=631 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.19% from 631); Green value is 187 (73.44% from 255 or 29.64% from 631); Blue value is 203 (79.69% from 255 or 32.17% from 631); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BBCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BBCB is #0E4434. Grayscale: #CCCCCC. Windows color (decimal): -934965 or 13351921. OLE color: 13351921.

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

Color convert

RGB241187203-
CMYK00.220.160.05
HSL342.22º65.85%83.92%-
HSV(B)342.22º22.41%94.51%-
XYZ64.8358.5564.39-
YUV204.97126.89153.7-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.19%
GREEN value IS 187 (73.44% from 255) = 29.64%
BLUE value IS 203 (79.69% from 255) = 32.17%
R=38.19%
G=29.64%
B=32.17%

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
Decimal24118720300.220.160.05342.2265.8583.92
HexF1BBCB0161051564254
Octal361273313026205526102124
Binary1111000110111011110010110101101000010110101011010000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BBCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BBCB; }

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

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

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

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

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

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

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

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