Html Css Color HEX #FEAFC6 Cupid

📋 copy color: '#FEAFC6'

red 254 ◦ green 175 ◦ blue 198

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

Shades of Cupid #FEAFC6

Tints of Cupid #FEAFC6

RGB

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

 GREEN value IS 175 (68.75% from 255) = 27.91%

 BLUE value IS 198 (77.73% from 255) = 31.58%

R = 40.51%
G = 27.91%
B = 31.58%

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

#FEAFC6 (or 0xFEAFC6) is known color: Cupid. HEX triplet: FE, AF and C6. RGB value is (254,175,198). Sum of RGB (Red+Green+Blue) = 254+175+198=627 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.51% from 627); Green value is 175 (68.75% from 255 or 27.91% from 627); Blue value is 198 (77.73% from 255 or 31.58% from 627); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAFC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEAFC6 is #015039. Grayscale: #C9C9C9. Windows color (decimal): -86074 or 13021182. OLE color: 13021182.

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

Color convert

RGB 254 175 198 -
CMYK 0 0.31 0.22 0.00
HSL 342.53º 0.98% 0.84% -
HSV(B) 342.53º 0.31% 1% -
XYZ 66.4 55.81 60.7 -
YUV 201.24 126.17 165.63 -
System Red Green Blue C M Y K H S L
Decimal 254 175 198 0 0.31 0.22 0.00 342.53 0.98 0.84
Hex FE AF C6 0 1F 16 0 157 62 54
Octal 376 257 306 0 37 26 0 527 142 124
Binary 11111110 10101111 11000110 0 11111 10110 0 101010111 1100010 1010100

Color Harmonies of #FEAFC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAFC6

Black with #FEAFC6

Text Example


Text Example

White with #FEAFC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAFC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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