#F0BDBE

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

Shades of Azalea #F0BDBE

Tints of Azalea #F0BDBE

Color information

#F0BDBE (or 0xF0BDBE) is unknown color: approx Azalea. HEX triplet: F0, BD and BE. RGB value is (240,189,190). Sum of RGB (Red+Green+Blue) = 240+189+190=619 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.77% from 619); Green value is 189 (74.22% from 255 or 30.53% from 619); Blue value is 190 (74.61% from 255 or 30.69% from 619); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BDBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BDBE is #0F4241. Grayscale: #CCCCCC. Windows color (decimal): -1000002 or 12500464. OLE color: 12500464.

HSL color Cylindrical-coordinate representation of color #F0BDBE: hue angle of 358.82º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F0BDBE is Cyan = 0, Magento = 0.21, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB240189190-
CMYK00.210.210.06
HSL358.82º62.96%84.12%-
HSV(B)358.82º21.25%94.12%-
XYZ63.4358.6456.69-
YUV204.36119.9153.42-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.77%
GREEN value IS 189 (74.22% from 255) = 30.53%
BLUE value IS 190 (74.61% from 255) = 30.69%
R=38.77%
G=30.53%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24018919000.210.210.06358.8262.9684.12
HexF0BDBE0151561673f54
Octal36027527602525654777124
Binary111100001011110110111110010101101011101011001111111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BDBE; }

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

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

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

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

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

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

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

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