#F8BEC7

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

Shades of Azalea #F8BEC7

Tints of Azalea #F8BEC7

Color information

#F8BEC7 (or 0xF8BEC7) is unknown color: approx Azalea. HEX triplet: F8, BE and C7. RGB value is (248,190,199). Sum of RGB (Red+Green+Blue) = 248+190+199=637 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.93% from 637); Green value is 190 (74.61% from 255 or 29.83% from 637); Blue value is 199 (78.12% from 255 or 31.24% from 637); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BEC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BEC7 is #074138. Grayscale: #D0D0D0. Windows color (decimal): -475449 or 13090552. OLE color: 13090552.

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

Color convert

RGB248190199-
CMYK00.230.200.03
HSL350.69º80.56%85.88%-
HSV(B)350.69º23.39%97.25%-
XYZ67.4360.9162.23-
YUV208.37122.72156.27-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.93%
GREEN value IS 190 (74.61% from 255) = 29.83%
BLUE value IS 199 (78.12% from 255) = 31.24%
R=38.93%
G=29.83%
B=31.24%

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
Decimal24819019900.230.200.03350.6980.5685.88
HexF8BEC701714315f5156
Octal370276307027243537121126
Binary111110001011111011000111010111101001110101111110100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8BEC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8BEC7; }

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

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

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

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

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

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

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

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