#F2BDC4

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

Shades of Azalea #F2BDC4

Tints of Azalea #F2BDC4

Color information

#F2BDC4 (or 0xF2BDC4) is unknown color: approx Azalea. HEX triplet: F2, BD and C4. RGB value is (242,189,196). Sum of RGB (Red+Green+Blue) = 242+189+196=627 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.60% from 627); Green value is 189 (74.22% from 255 or 30.14% from 627); Blue value is 196 (76.95% from 255 or 31.26% from 627); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BDC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BDC4 is #0D423B. Grayscale: #CDCDCD. Windows color (decimal): -868924 or 12893682. OLE color: 12893682.

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

Color convert

RGB242189196-
CMYK00.220.190.05
HSL352.08º67.09%84.51%-
HSV(B)352.08º21.9%94.9%-
XYZ64.7859.2660.25-
YUV205.64122.56153.93-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.60%
GREEN value IS 189 (74.22% from 255) = 30.14%
BLUE value IS 196 (76.95% from 255) = 31.26%
R=38.60%
G=30.14%
B=31.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24218919600.220.190.05352.0867.0984.51
HexF2BDC40161351604355
Octal362275304026235540103125
Binary1111001010111101110001000101101001110110110000010000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2BDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2BDC4; }

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

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

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

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

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

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

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

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