#FCBEC5

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

Shades of Azalea #FCBEC5

Tints of Azalea #FCBEC5

Color information

#FCBEC5 (or 0xFCBEC5) is unknown color: approx Azalea. HEX triplet: FC, BE and C5. RGB value is (252,190,197). Sum of RGB (Red+Green+Blue) = 252+190+197=639 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.44% from 639); Green value is 190 (74.61% from 255 or 29.73% from 639); Blue value is 197 (77.34% from 255 or 30.83% from 639); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBEC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBEC5 is #03413A. Grayscale: #D1D1D1. Windows color (decimal): -213307 or 12959484. OLE color: 12959484.

HSL color Cylindrical-coordinate representation of color #FCBEC5: hue angle of 353.23º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FCBEC5 is Cyan = 0, Magento = 0.25, Yellow = 0.22 and Black (K on CMYK) = 0.01.

Color convert

RGB252190197-
CMYK00.250.220.01
HSL353.23º91.18%86.67%-
HSV(B)353.23º24.6%98.82%-
XYZ68.6461.5561.09-
YUV209.34121.04158.43-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.44%
GREEN value IS 190 (74.61% from 255) = 29.73%
BLUE value IS 197 (77.34% from 255) = 30.83%
R=39.44%
G=29.73%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.22
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219019700.250.220.01353.2391.1886.67
HexFCBEC50191611615b57
Octal374276305031261541133127
Binary11111100101111101100010101100110110110110000110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBEC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBEC5; }

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

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

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

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

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

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

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

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