#F2BEC6

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

Shades of Azalea #F2BEC6

Tints of Azalea #F2BEC6

Color information

#F2BEC6 (or 0xF2BEC6) is unknown color: approx Azalea. HEX triplet: F2, BE and C6. RGB value is (242,190,198). Sum of RGB (Red+Green+Blue) = 242+190+198=630 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.41% from 630); Green value is 190 (74.61% from 255 or 30.16% from 630); Blue value is 198 (77.73% from 255 or 31.43% from 630); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BEC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BEC6 is #0D4139. Grayscale: #CECECE. Windows color (decimal): -868666 or 13025010. OLE color: 13025010.

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

Color convert

RGB242190198-
CMYK00.210.180.05
HSL350.77º66.67%84.71%-
HSV(B)350.77º21.49%94.9%-
XYZ65.2259.7861.53-
YUV206.46123.23153.35-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.41%
GREEN value IS 190 (74.61% from 255) = 30.16%
BLUE value IS 198 (77.73% from 255) = 31.43%
R=38.41%
G=30.16%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.18
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24219019800.210.180.05350.7766.6784.71
HexF2BEC601512515f4355
Octal362276306025225537103125
Binary1111001010111110110001100101011001010110101111110000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2BEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2BEC6; }

 p { color: rgb(242,190,198); }

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

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

 a { background-color: rgb(242,190,198); }

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

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

 span { border-color: rgb(242,190,198); }

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