#F8BEC1

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

Shades of Azalea #F8BEC1

Tints of Azalea #F8BEC1

Color information

#F8BEC1 (or 0xF8BEC1) is unknown color: approx Azalea. HEX triplet: F8, BE and C1. RGB value is (248,190,193). Sum of RGB (Red+Green+Blue) = 248+190+193=631 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.30% from 631); Green value is 190 (74.61% from 255 or 30.11% from 631); Blue value is 193 (75.78% from 255 or 30.59% from 631); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BEC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BEC1 is #07413E. Grayscale: #CFCFCF. Windows color (decimal): -475455 or 12697336. OLE color: 12697336.

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

Color convert

RGB248190193-
CMYK00.230.220.03
HSL356.9º80.56%85.88%-
HSV(B)356.9º23.39%97.25%-
XYZ66.7560.6358.64-
YUV207.68119.72156.76-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 39.30%
GREEN value IS 190 (74.61% from 255) = 30.11%
BLUE value IS 193 (75.78% from 255) = 30.59%
R=39.30%
G=30.11%
B=30.59%

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
Decimal24819019300.230.220.03356.980.5685.88
HexF8BEC10171631655156
Octal370276301027263545121126
Binary111110001011111011000001010111101101110110010110100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8BEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8BEC1; }

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

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

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

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

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

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

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

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