Html Css Color HEX #FEC2C8 Azalea

📋 copy color: '#FEC2C8'

red 254 ◦ green 194 ◦ blue 200

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

Shades of Azalea #FEC2C8

Tints of Azalea #FEC2C8

RGB

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

 GREEN value IS 194 (76.17% from 255) = 29.94%

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

R = 39.2%
G = 29.94%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.21

 K value IS 0.00

RGB Variations

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

Color information

#FEC2C8 (or 0xFEC2C8) is known color: Azalea. HEX triplet: FE, C2 and C8. RGB value is (254,194,200). Sum of RGB (Red+Green+Blue) = 254+194+200=648 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.20% from 648); Green value is 194 (76.17% from 255 or 29.94% from 648); Blue value is 200 (78.52% from 255 or 30.86% from 648); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC2C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC2C8 is #013D37. Grayscale: #D4D4D4. Windows color (decimal): -81208 or 13157118. OLE color: 13157118.

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

Color convert

RGB 254 194 200 -
CMYK 0 0.24 0.21 0.00
HSL 354º 0.97% 0.88% -
HSV(B) 354º 0.24% 1% -
XYZ 70.59 63.82 63.24 -
YUV 212.62 120.88 157.51 -
System Red Green Blue C M Y K H S L
Decimal 254 194 200 0 0.24 0.21 0.00 354 0.97 0.88
Hex FE C2 C8 0 18 15 0 162 61 58
Octal 376 302 310 0 30 25 0 542 141 130
Binary 11111110 11000010 11001000 0 11000 10101 0 101100010 1100001 1011000

Color Harmonies of #FEC2C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC2C8

Black with #FEC2C8

Text Example


Text Example

White with #FEC2C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC2C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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