#F1BDC0

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

Shades of Azalea #F1BDC0

Tints of Azalea #F1BDC0

Color information

#F1BDC0 (or 0xF1BDC0) is unknown color: approx Azalea. HEX triplet: F1, BD and C0. RGB value is (241,189,192). Sum of RGB (Red+Green+Blue) = 241+189+192=622 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.75% from 622); Green value is 189 (74.22% from 255 or 30.39% from 622); Blue value is 192 (75.39% from 255 or 30.87% from 622); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BDC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BDC0 is #0E423F. Grayscale: #CCCCCC. Windows color (decimal): -934464 or 12631537. OLE color: 12631537.

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

Color convert

RGB241189192-
CMYK00.220.200.05
HSL356.54º65%84.31%-
HSV(B)356.54º21.58%94.51%-
XYZ63.9958.957.87-
YUV204.89120.73153.76-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.75%
GREEN value IS 189 (74.22% from 255) = 30.39%
BLUE value IS 192 (75.39% from 255) = 30.87%
R=38.75%
G=30.39%
B=30.87%

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
Decimal24118919200.220.200.05356.546584.31
HexF1BDC00161451654154
Octal361275300026245545101124
Binary1111000110111101110000000101101010010110110010110000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BDC0; }

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

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

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

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

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

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

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

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