#F4BDBE

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

Shades of Azalea #F4BDBE

Tints of Azalea #F4BDBE

Color information

#F4BDBE (or 0xF4BDBE) is unknown color: approx Azalea. HEX triplet: F4, BD and BE. RGB value is (244,189,190). Sum of RGB (Red+Green+Blue) = 244+189+190=623 (82% of max value = 765). Red value is 244 (95.70% from 255 or 39.17% from 623); Green value is 189 (74.22% from 255 or 30.34% from 623); Blue value is 190 (74.61% from 255 or 30.50% from 623); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BDBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BDBE is #0B4241. Grayscale: #CDCDCD. Windows color (decimal): -737858 or 12500468. OLE color: 12500468.

HSL color Cylindrical-coordinate representation of color #F4BDBE: hue angle of 358.91º degrees, saturation: 0.71, 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 #F4BDBE is Cyan = 0, Magento = 0.23, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB244189190-
CMYK00.230.220.04
HSL358.91º71.43%84.9%-
HSV(B)358.91º22.54%95.69%-
XYZ64.859.3556.75-
YUV205.56119.22155.42-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 39.17%
GREEN value IS 189 (74.22% from 255) = 30.34%
BLUE value IS 190 (74.61% from 255) = 30.50%
R=39.17%
G=30.34%
B=30.50%

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
Decimal24418919000.230.220.04358.9171.4384.9
HexF4BDBE0171641674755
Octal364275276027264547107125
Binary1111010010111101101111100101111011010010110011110001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4BDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4BDBE; }

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

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

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

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

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

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

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

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