#F7BEC1

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

Shades of Azalea #F7BEC1

Tints of Azalea #F7BEC1

Color information

#F7BEC1 (or 0xF7BEC1) is unknown color: approx Azalea. HEX triplet: F7, BE and C1. RGB value is (247,190,193). Sum of RGB (Red+Green+Blue) = 247+190+193=630 (83% of max value = 765). Red value is 247 (96.88% from 255 or 39.21% from 630); Green value is 190 (74.61% from 255 or 30.16% from 630); Blue value is 193 (75.78% from 255 or 30.63% from 630); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BEC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BEC1 is #08413E. Grayscale: #CFCFCF. Windows color (decimal): -540991 or 12697335. OLE color: 12697335.

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

Color convert

RGB247190193-
CMYK00.230.220.03
HSL356.84º78.08%85.69%-
HSV(B)356.84º23.08%96.86%-
XYZ66.460.4558.62-
YUV207.38119.88156.26-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 39.21%
GREEN value IS 190 (74.61% from 255) = 30.16%
BLUE value IS 193 (75.78% from 255) = 30.63%
R=39.21%
G=30.16%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.22
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24719019300.230.220.03356.8478.0885.69
HexF7BEC10171631654e56
Octal367276301027263545116126
Binary111101111011111011000001010111101101110110010110011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7BEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7BEC1; }

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

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

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

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

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

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

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

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