#F2BDC2

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

Shades of Azalea #F2BDC2

Tints of Azalea #F2BDC2

Color information

#F2BDC2 (or 0xF2BDC2) is unknown color: approx Azalea. HEX triplet: F2, BD and C2. RGB value is (242,189,194). Sum of RGB (Red+Green+Blue) = 242+189+194=625 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.72% from 625); Green value is 189 (74.22% from 255 or 30.24% from 625); Blue value is 194 (76.17% from 255 or 31.04% from 625); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BDC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BDC2 is #0D423D. Grayscale: #CDCDCD. Windows color (decimal): -868926 or 12762610. OLE color: 12762610.

HSL color Cylindrical-coordinate representation of color #F2BDC2: hue angle of 354.34º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F2BDC2 is Cyan = 0, Magento = 0.22, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB242189194-
CMYK00.220.200.05
HSL354.34º67.09%84.51%-
HSV(B)354.34º21.9%94.9%-
XYZ64.5559.1759.06-
YUV205.42121.56154.09-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.72%
GREEN value IS 189 (74.22% from 255) = 30.24%
BLUE value IS 194 (76.17% from 255) = 31.04%
R=38.72%
G=30.24%
B=31.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24218919400.220.200.05354.3467.0984.51
HexF2BDC20161451624355
Octal362275302026245542103125
Binary1111001010111101110000100101101010010110110001010000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2BDC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2BDC2; }

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

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

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

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

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

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

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

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