Html Css Color HEX #FEC5C8 Azalea

📋 copy color: '#FEC5C8'

red 254 ◦ green 197 ◦ blue 200

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

Shades of Azalea #FEC5C8

Tints of Azalea #FEC5C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 30.72%

R = 39.02%
G = 30.26%
B = 30.72%

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

#FEC5C8 (or 0xFEC5C8) is known color: Azalea. HEX triplet: FE, C5 and C8. RGB value is (254,197,200). Sum of RGB (Red+Green+Blue) = 254+197+200=651 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.02% from 651); Green value is 197 (77.34% from 255 or 30.26% from 651); Blue value is 200 (78.52% from 255 or 30.72% from 651); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC5C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC5C8 is #013A37. Grayscale: #D6D6D6. Windows color (decimal): -80440 or 13157886. OLE color: 13157886.

HSL color Cylindrical-coordinate representation of color #FEC5C8: hue angle of 356.84º 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 #FEC5C8 is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 197 200 -
CMYK 0 0.22 0.21 0.00
HSL 356.84º 0.97% 0.88% -
HSV(B) 356.84º 0.22% 1% -
XYZ 71.26 65.17 63.47 -
YUV 214.39 119.88 156.26 -
System Red Green Blue C M Y K H S L
Decimal 254 197 200 0 0.22 0.21 0.00 356.84 0.97 0.88
Hex FE C5 C8 0 16 15 0 165 61 58
Octal 376 305 310 0 26 25 0 545 141 130
Binary 11111110 11000101 11001000 0 10110 10101 0 101100101 1100001 1011000

Color Harmonies of #FEC5C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC5C8

Black with #FEC5C8

Text Example


Text Example

White with #FEC5C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC5C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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