#F5BDBE

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

Shades of Azalea #F5BDBE

Tints of Azalea #F5BDBE

Color information

#F5BDBE (or 0xF5BDBE) is unknown color: approx Azalea. HEX triplet: F5, BD and BE. RGB value is (245,189,190). Sum of RGB (Red+Green+Blue) = 245+189+190=624 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.26% from 624); Green value is 189 (74.22% from 255 or 30.29% from 624); Blue value is 190 (74.61% from 255 or 30.45% from 624); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BDBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BDBE is #0A4241. Grayscale: #CDCDCD. Windows color (decimal): -672322 or 12500469. OLE color: 12500469.

HSL color Cylindrical-coordinate representation of color #F5BDBE: hue angle of 358.93º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F5BDBE is Cyan = 0, Magento = 0.23, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB245189190-
CMYK00.230.220.04
HSL358.93º73.68%85.1%-
HSV(B)358.93º22.86%96.08%-
XYZ65.1559.5356.77-
YUV205.86119.05155.92-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.26%
GREEN value IS 189 (74.22% from 255) = 30.29%
BLUE value IS 190 (74.61% from 255) = 30.45%
R=39.26%
G=30.29%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24518919000.230.220.04358.9373.6885.1
HexF5BDBE0171641674a55
Octal365275276027264547112125
Binary1111010110111101101111100101111011010010110011110010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5BDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5BDBE; }

 p { color: rgb(245,189,190); }

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

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

 a { background-color: rgb(245,189,190); }

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

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

 span { border-color: rgb(245,189,190); }

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