Html Css Color HEX #FEC7C8 Azalea

📋 copy color: '#FEC7C8'

red 254 ◦ green 199 ◦ blue 200

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

Shades of Azalea #FEC7C8

Tints of Azalea #FEC7C8

RGB

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

 GREEN value IS 199 (78.13% from 255) = 30.47%

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

R = 38.9%
G = 30.47%
B = 30.63%

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

#FEC7C8 (or 0xFEC7C8) is known color: Azalea. HEX triplet: FE, C7 and C8. RGB value is (254,199,200). Sum of RGB (Red+Green+Blue) = 254+199+200=653 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.90% from 653); Green value is 199 (78.12% from 255 or 30.47% from 653); Blue value is 200 (78.52% from 255 or 30.63% from 653); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC7C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC7C8 is #013837. Grayscale: #D7D7D7. Windows color (decimal): -79928 or 13158398. OLE color: 13158398.

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

Color convert

RGB 254 199 200 -
CMYK 0 0.22 0.21 0.00
HSL 358.91º 0.96% 0.89% -
HSV(B) 358.91º 0.22% 1% -
XYZ 71.72 66.09 63.62 -
YUV 215.56 119.22 155.42 -
System Red Green Blue C M Y K H S L
Decimal 254 199 200 0 0.22 0.21 0.00 358.91 0.96 0.89
Hex FE C7 C8 0 16 15 0 167 60 59
Octal 376 307 310 0 26 25 0 547 140 131
Binary 11111110 11000111 11001000 0 10110 10101 0 101100111 1100000 1011001

Color Harmonies of #FEC7C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC7C8

Black with #FEC7C8

Text Example


Text Example

White with #FEC7C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC7C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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