#F2BCBD

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

Shades of Azalea #F2BCBD

Tints of Azalea #F2BCBD

Color information

#F2BCBD (or 0xF2BCBD) is unknown color: approx Azalea. HEX triplet: F2, BC and BD. RGB value is (242,188,189). Sum of RGB (Red+Green+Blue) = 242+188+189=619 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.10% from 619); Green value is 188 (73.83% from 255 or 30.37% from 619); Blue value is 189 (74.22% from 255 or 30.53% from 619); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BCBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BCBD is #0D4342. Grayscale: #CCCCCC. Windows color (decimal): -869187 or 12434674. OLE color: 12434674.

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

Color convert

RGB242188189-
CMYK00.220.220.05
HSL358.89º67.5%84.31%-
HSV(B)358.89º22.31%94.9%-
XYZ63.7958.5256.08-
YUV204.26119.39154.92-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.10%
GREEN value IS 188 (73.83% from 255) = 30.37%
BLUE value IS 189 (74.22% from 255) = 30.53%
R=39.10%
G=30.37%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24218818900.220.220.05358.8967.584.31
HexF2BCBD0161651674454
Octal362274275026265547104124
Binary1111001010111100101111010101101011010110110011110001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2BCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2BCBD; }

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

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

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

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

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

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

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

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