Html Css Color HEX #FEC5C9 Azalea

📋 copy color: '#FEC5C9'

red 254 ◦ green 197 ◦ blue 201

#FEC5C9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Azalea #FEC5C9

Tints of Azalea #FEC5C9

RGB

 RED value IS 254 (99.61% from 255) = 38.96%

 GREEN value IS 197 (77.34% from 255) = 30.21%

 BLUE value IS 201 (78.91% from 255) = 30.83%

R = 38.96%
G = 30.21%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.21

 K value IS 0.00

RGB Variations

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

Color information

#FEC5C9 (or 0xFEC5C9) is known color: Azalea. HEX triplet: FE, C5 and C9. RGB value is (254,197,201). Sum of RGB (Red+Green+Blue) = 254+197+201=652 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.96% from 652); Green value is 197 (77.34% from 255 or 30.21% from 652); Blue value is 201 (78.91% from 255 or 30.83% from 652); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC5C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC5C9 is #013A36. Grayscale: #D6D6D6. Windows color (decimal): -80439 or 13223422. OLE color: 13223422.

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

Color convert

RGB 254 197 201 -
CMYK 0 0.22 0.21 0.00
HSL 355.79º 0.97% 0.88% -
HSV(B) 355.79º 0.22% 1% -
XYZ 71.38 65.22 64.08 -
YUV 214.5 120.38 156.17 -
System Red Green Blue C M Y K H S L
Decimal 254 197 201 0 0.22 0.21 0.00 355.79 0.97 0.88
Hex FE C5 C9 0 16 15 0 164 61 58
Octal 376 305 311 0 26 25 0 544 141 130
Binary 11111110 11000101 11001001 0 10110 10101 0 101100100 1100001 1011000

Color Harmonies of #FEC5C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC5C9

Black with #FEC5C9

Text Example


Text Example

White with #FEC5C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC5C9; }

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

 H1.HeaderClassName
 {
   color: #FEC5C9;
 }
 .AnyTagClassName
 {
   color: #FEC5C9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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