#F1BDC5

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

Shades of Azalea #F1BDC5

Tints of Azalea #F1BDC5

Color information

#F1BDC5 (or 0xF1BDC5) is unknown color: approx Azalea. HEX triplet: F1, BD and C5. RGB value is (241,189,197). Sum of RGB (Red+Green+Blue) = 241+189+197=627 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.44% from 627); Green value is 189 (74.22% from 255 or 30.14% from 627); Blue value is 197 (77.34% from 255 or 31.42% from 627); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BDC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BDC5 is #0E423A. Grayscale: #CDCDCD. Windows color (decimal): -934459 or 12959217. OLE color: 12959217.

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

Color convert

RGB241189197-
CMYK00.220.180.05
HSL350.77º65%84.31%-
HSV(B)350.77º21.58%94.51%-
XYZ64.5559.1360.83-
YUV205.46123.23153.35-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.44%
GREEN value IS 189 (74.22% from 255) = 30.14%
BLUE value IS 197 (77.34% from 255) = 31.42%
R=38.44%
G=30.14%
B=31.42%

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
Decimal24118919700.220.180.05350.776584.31
HexF1BDC501612515f4154
Octal361275305026225537101124
Binary1111000110111101110001010101101001010110101111110000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BDC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BDC5; }

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

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

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

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

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

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

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

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