Html Css Color HEX #FEAEC7 Cupid

📋 copy color: '#FEAEC7'

red 254 ◦ green 174 ◦ blue 199

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

Shades of Cupid #FEAEC7

Tints of Cupid #FEAEC7

RGB

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

 GREEN value IS 174 (68.36% from 255) = 27.75%

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

R = 40.51%
G = 27.75%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.22

 K value IS 0.00

RGB Variations

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

Color information

#FEAEC7 (or 0xFEAEC7) is known color: Cupid. HEX triplet: FE, AE and C7. RGB value is (254,174,199). Sum of RGB (Red+Green+Blue) = 254+174+199=627 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.51% from 627); Green value is 174 (68.36% from 255 or 27.75% from 627); Blue value is 199 (78.12% from 255 or 31.74% from 627); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAEC7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEAEC7 is #015138. Grayscale: #C8C8C8. Windows color (decimal): -86329 or 13086462. OLE color: 13086462.

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

Color convert

RGB 254 174 199 -
CMYK 0 0.31 0.22 0.00
HSL 341.25º 0.98% 0.84% -
HSV(B) 341.25º 0.31% 1% -
XYZ 66.32 55.47 61.24 -
YUV 200.77 127 165.97 -
System Red Green Blue C M Y K H S L
Decimal 254 174 199 0 0.31 0.22 0.00 341.25 0.98 0.84
Hex FE AE C7 0 1F 16 0 155 62 54
Octal 376 256 307 0 37 26 0 525 142 124
Binary 11111110 10101110 11000111 0 11111 10110 0 101010101 1100010 1010100

Color Harmonies of #FEAEC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAEC7

Black with #FEAEC7

Text Example


Text Example

White with #FEAEC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAEC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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