#F8BEC5

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

Shades of Azalea #F8BEC5

Tints of Azalea #F8BEC5

Color information

#F8BEC5 (or 0xF8BEC5) is unknown color: approx Azalea. HEX triplet: F8, BE and C5. RGB value is (248,190,197). Sum of RGB (Red+Green+Blue) = 248+190+197=635 (84% of max value = 765). Red value is 248 (97.27% from 255 or 39.06% from 635); Green value is 190 (74.61% from 255 or 29.92% from 635); Blue value is 197 (77.34% from 255 or 31.02% from 635); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BEC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BEC5 is #07413A. Grayscale: #D0D0D0. Windows color (decimal): -475451 or 12959480. OLE color: 12959480.

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

Color convert

RGB248190197-
CMYK00.230.210.03
HSL352.76º80.56%85.88%-
HSV(B)352.76º23.39%97.25%-
XYZ67.260.8161.02-
YUV208.14121.72156.43-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 39.06%
GREEN value IS 190 (74.61% from 255) = 29.92%
BLUE value IS 197 (77.34% from 255) = 31.02%
R=39.06%
G=29.92%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.21
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24819019700.230.210.03352.7680.5685.88
HexF8BEC50171531615156
Octal370276305027253541121126
Binary111110001011111011000101010111101011110110000110100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8BEC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8BEC5; }

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

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

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

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

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

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

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

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