#F1BBC0

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

Shades of Azalea #F1BBC0

Tints of Azalea #F1BBC0

Color information

#F1BBC0 (or 0xF1BBC0) is unknown color: approx Azalea. HEX triplet: F1, BB and C0. RGB value is (241,187,192). Sum of RGB (Red+Green+Blue) = 241+187+192=620 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.87% from 620); Green value is 187 (73.44% from 255 or 30.16% from 620); Blue value is 192 (75.39% from 255 or 30.97% from 620); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BBC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BBC0 is #0E443F. Grayscale: #CBCBCB. Windows color (decimal): -934976 or 12631025. OLE color: 12631025.

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

Color convert

RGB241187192-
CMYK00.220.200.05
HSL354.44º65.85%83.92%-
HSV(B)354.44º22.41%94.51%-
XYZ63.5658.0557.72-
YUV203.72121.39154.59-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.87%
GREEN value IS 187 (73.44% from 255) = 30.16%
BLUE value IS 192 (75.39% from 255) = 30.97%
R=38.87%
G=30.16%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118719200.220.200.05354.4465.8583.92
HexF1BBC00161451624254
Octal361273300026245542102124
Binary1111000110111011110000000101101010010110110001010000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BBC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BBC0; }

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

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

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

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

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

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

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

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