#FEC1C3

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

Shades of Azalea #FEC1C3

Tints of Azalea #FEC1C3

Color information

#FEC1C3 (or 0xFEC1C3) is unknown color: approx Azalea. HEX triplet: FE, C1 and C3. RGB value is (254,193,195). Sum of RGB (Red+Green+Blue) = 254+193+195=642 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.56% from 642); Green value is 193 (75.78% from 255 or 30.06% from 642); Blue value is 195 (76.56% from 255 or 30.37% from 642); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC1C3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC1C3 is #013E3C. Grayscale: #D3D3D3. Windows color (decimal): -81469 or 12829182. OLE color: 12829182.

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

Color convert

RGB254193195-
CMYK00.240.230.00
HSL358.03º96.83%87.65%-
HSV(B)358.03º24.02%99.61%-
XYZ69.7963.1560.14-
YUV211.47118.71158.34-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.56%
GREEN value IS 193 (75.78% from 255) = 30.06%
BLUE value IS 195 (76.56% from 255) = 30.37%
R=39.56%
G=30.06%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.23
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419319500.240.230.00358.0396.8387.65
HexFEC1C30181701666158
Octal376301303030270546141130
Binary11111110110000011100001101100010111010110011011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC1C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC1C3; }

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

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

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

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

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

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

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

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