#FEC3C5

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

Shades of Azalea #FEC3C5

Tints of Azalea #FEC3C5

Color information

#FEC3C5 (or 0xFEC3C5) is unknown color: approx Azalea. HEX triplet: FE, C3 and C5. RGB value is (254,195,197). Sum of RGB (Red+Green+Blue) = 254+195+197=646 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.32% from 646); Green value is 195 (76.56% from 255 or 30.19% from 646); Blue value is 197 (77.34% from 255 or 30.50% from 646); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC3C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC3C5 is #013C3A. Grayscale: #D4D4D4. Windows color (decimal): -80955 or 12960766. OLE color: 12960766.

HSL color Cylindrical-coordinate representation of color #FEC3C5: hue angle of 357.97º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FEC3C5 is Cyan = 0, Magento = 0.23, Yellow = 0.22 and Black (K on CMYK) = 0.00.

Color convert

RGB254195197-
CMYK00.230.220.00
HSL357.97º96.72%88.04%-
HSV(B)357.97º23.23%99.61%-
XYZ70.4764.1361.49-
YUV212.87119.05157.34-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.32%
GREEN value IS 195 (76.56% from 255) = 30.19%
BLUE value IS 197 (77.34% from 255) = 30.50%
R=39.32%
G=30.19%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.22
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419519700.230.220.00357.9796.7288.04
HexFEC3C50171601666158
Octal376303305027260546141130
Binary11111110110000111100010101011110110010110011011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC3C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC3C5; }

 p { color: rgb(254,195,197); }

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

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

 a { background-color: rgb(254,195,197); }

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

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

 span { border-color: rgb(254,195,197); }

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