#F7BEC5

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

Shades of Azalea #F7BEC5

Tints of Azalea #F7BEC5

Color information

#F7BEC5 (or 0xF7BEC5) is unknown color: approx Azalea. HEX triplet: F7, BE and C5. RGB value is (247,190,197). Sum of RGB (Red+Green+Blue) = 247+190+197=634 (83% of max value = 765). Red value is 247 (96.88% from 255 or 38.96% from 634); Green value is 190 (74.61% from 255 or 29.97% from 634); Blue value is 197 (77.34% from 255 or 31.07% from 634); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BEC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BEC5 is #08413A. Grayscale: #CFCFCF. Windows color (decimal): -540987 or 12959479. OLE color: 12959479.

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

Color convert

RGB247190197-
CMYK00.230.200.03
HSL352.63º78.08%85.69%-
HSV(B)352.63º23.08%96.86%-
XYZ66.8560.6361-
YUV207.84121.88155.93-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 38.96%
GREEN value IS 190 (74.61% from 255) = 29.97%
BLUE value IS 197 (77.34% from 255) = 31.07%
R=38.96%
G=29.97%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.20
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24719019700.230.200.03352.6378.0885.69
HexF7BEC50171431614e56
Octal367276305027243541116126
Binary111101111011111011000101010111101001110110000110011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7BEC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7BEC5; }

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

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

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

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

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

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

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

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