#F0BCBD

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

Shades of Azalea #F0BCBD

Tints of Azalea #F0BCBD

Color information

#F0BCBD (or 0xF0BCBD) is unknown color: approx Azalea. HEX triplet: F0, BC and BD. RGB value is (240,188,189). Sum of RGB (Red+Green+Blue) = 240+188+189=617 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.90% from 617); Green value is 188 (73.83% from 255 or 30.47% from 617); Blue value is 189 (74.22% from 255 or 30.63% from 617); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BCBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BCBD is #0F4342. Grayscale: #CBCBCB. Windows color (decimal): -1000259 or 12434672. OLE color: 12434672.

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

Color convert

RGB240188189-
CMYK00.220.210.06
HSL358.85º63.41%83.92%-
HSV(B)358.85º21.67%94.12%-
XYZ63.158.1756.05-
YUV203.66119.73153.92-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.90%
GREEN value IS 188 (73.83% from 255) = 30.47%
BLUE value IS 189 (74.22% from 255) = 30.63%
R=38.90%
G=30.47%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24018818900.220.210.06358.8563.4183.92
HexF0BCBD0161561673f54
Octal36027427502625654777124
Binary111100001011110010111101010110101011101011001111111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BCBD; }

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

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

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

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

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

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

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

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