Html Css Color HEX #FEC6C7 Azalea

📋 copy color: '#FEC6C7'

red 254 ◦ green 198 ◦ blue 199

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

Shades of Azalea #FEC6C7

Tints of Azalea #FEC6C7

RGB

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

 GREEN value IS 198 (77.73% from 255) = 30.41%

 BLUE value IS 199 (78.13% from 255) = 30.57%

R = 39.02%
G = 30.41%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.22

 K value IS 0.00

RGB Variations

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

Color information

#FEC6C7 (or 0xFEC6C7) is known color: Azalea. HEX triplet: FE, C6 and C7. RGB value is (254,198,199). Sum of RGB (Red+Green+Blue) = 254+198+199=651 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.02% from 651); Green value is 198 (77.73% from 255 or 30.41% from 651); Blue value is 199 (78.12% from 255 or 30.57% from 651); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC6C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC6C7 is #013938. Grayscale: #D6D6D6. Windows color (decimal): -80185 or 13092606. OLE color: 13092606.

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

Color convert

RGB 254 198 199 -
CMYK 0 0.22 0.22 0.00
HSL 358.93º 0.97% 0.89% -
HSV(B) 358.93º 0.22% 1% -
XYZ 71.38 65.58 62.93 -
YUV 214.86 119.05 155.92 -
System Red Green Blue C M Y K H S L
Decimal 254 198 199 0 0.22 0.22 0.00 358.93 0.97 0.89
Hex FE C6 C7 0 16 16 0 167 61 59
Octal 376 306 307 0 26 26 0 547 141 131
Binary 11111110 11000110 11000111 0 10110 10110 0 101100111 1100001 1011001

Color Harmonies of #FEC6C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC6C7

Black with #FEC6C7

Text Example


Text Example

White with #FEC6C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC6C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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