#F7BEC7

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

Shades of Azalea #F7BEC7

Tints of Azalea #F7BEC7

Color information

#F7BEC7 (or 0xF7BEC7) is unknown color: approx Azalea. HEX triplet: F7, BE and C7. RGB value is (247,190,199). Sum of RGB (Red+Green+Blue) = 247+190+199=636 (84% of max value = 765). Red value is 247 (96.88% from 255 or 38.84% from 636); Green value is 190 (74.61% from 255 or 29.87% from 636); Blue value is 199 (78.12% from 255 or 31.29% from 636); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BEC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BEC7 is #084138. Grayscale: #D0D0D0. Windows color (decimal): -540985 or 13090551. OLE color: 13090551.

HSL color Cylindrical-coordinate representation of color #F7BEC7: hue angle of 350.53º degrees, saturation: 0.78, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F7BEC7 is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.03.

Color convert

RGB247190199-
CMYK00.230.190.03
HSL350.53º78.08%85.69%-
HSV(B)350.53º23.08%96.86%-
XYZ67.0860.7262.22-
YUV208.07122.88155.77-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 38.84%
GREEN value IS 190 (74.61% from 255) = 29.87%
BLUE value IS 199 (78.12% from 255) = 31.29%
R=38.84%
G=29.87%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.19
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24719019900.230.190.03350.5378.0885.69
HexF7BEC701713315f4e56
Octal367276307027233537116126
Binary111101111011111011000111010111100111110101111110011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7BEC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7BEC7; }

 p { color: rgb(247,190,199); }

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

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

 a { background-color: rgb(247,190,199); }

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

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

 span { border-color: rgb(247,190,199); }

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