#FCBEC0

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

Shades of Azalea #FCBEC0

Tints of Azalea #FCBEC0

Color information

#FCBEC0 (or 0xFCBEC0) is unknown color: approx Azalea. HEX triplet: FC, BE and C0. RGB value is (252,190,192). Sum of RGB (Red+Green+Blue) = 252+190+192=634 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.75% from 634); Green value is 190 (74.61% from 255 or 29.97% from 634); Blue value is 192 (75.39% from 255 or 30.28% from 634); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBEC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBEC0 is #03413F. Grayscale: #D0D0D0. Windows color (decimal): -213312 or 12631804. OLE color: 12631804.

HSL color Cylindrical-coordinate representation of color #FCBEC0: hue angle of 358.06º 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 #FCBEC0 is Cyan = 0, Magento = 0.25, Yellow = 0.24 and Black (K on CMYK) = 0.01.

Color convert

RGB252190192-
CMYK00.250.240.01
HSL358.06º91.18%86.67%-
HSV(B)358.06º24.6%98.82%-
XYZ68.0761.3358.12-
YUV208.77118.54158.84-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.75%
GREEN value IS 190 (74.61% from 255) = 29.97%
BLUE value IS 192 (75.39% from 255) = 30.28%
R=39.75%
G=29.97%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219019200.250.240.01358.0691.1886.67
HexFCBEC00191811665b57
Octal374276300031301546133127
Binary11111100101111101100000001100111000110110011010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBEC0; }

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

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

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

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

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

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

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

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