#F2BDC1

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

Shades of Azalea #F2BDC1

Tints of Azalea #F2BDC1

Color information

#F2BDC1 (or 0xF2BDC1) is unknown color: approx Azalea. HEX triplet: F2, BD and C1. RGB value is (242,189,193). Sum of RGB (Red+Green+Blue) = 242+189+193=624 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.78% from 624); Green value is 189 (74.22% from 255 or 30.29% from 624); Blue value is 193 (75.78% from 255 or 30.93% from 624); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BDC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BDC1 is #0D423E. Grayscale: #CDCDCD. Windows color (decimal): -868927 or 12697074. OLE color: 12697074.

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

Color convert

RGB242189193-
CMYK00.220.200.05
HSL355.47º67.09%84.51%-
HSV(B)355.47º21.9%94.9%-
XYZ64.4459.1258.47-
YUV205.3121.06154.17-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.78%
GREEN value IS 189 (74.22% from 255) = 30.29%
BLUE value IS 193 (75.78% from 255) = 30.93%
R=38.78%
G=30.29%
B=30.93%

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
Decimal24218919300.220.200.05355.4767.0984.51
HexF2BDC10161451634355
Octal362275301026245543103125
Binary1111001010111101110000010101101010010110110001110000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2BDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2BDC1; }

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

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

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

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

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

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

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

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