Html Css Color HEX #FEAFC3 Cupid

📋 copy color: '#FEAFC3'

red 254 ◦ green 175 ◦ blue 195

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

Shades of Cupid #FEAFC3

Tints of Cupid #FEAFC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 31.25%

R = 40.71%
G = 28.04%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.23

 K value IS 0.00

RGB Variations

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

Color information

#FEAFC3 (or 0xFEAFC3) is known color: Cupid. HEX triplet: FE, AF and C3. RGB value is (254,175,195). Sum of RGB (Red+Green+Blue) = 254+175+195=624 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.71% from 624); Green value is 175 (68.75% from 255 or 28.04% from 624); Blue value is 195 (76.56% from 255 or 31.25% from 624); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAFC3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEAFC3 is #01503C. Grayscale: #C8C8C8. Windows color (decimal): -86077 or 12824574. OLE color: 12824574.

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

Color convert

RGB 254 175 195 -
CMYK 0 0.31 0.23 0.00
HSL 344.81º 0.98% 0.84% -
HSV(B) 344.81º 0.31% 1% -
XYZ 66.05 55.67 58.89 -
YUV 200.9 124.67 165.87 -
System Red Green Blue C M Y K H S L
Decimal 254 175 195 0 0.31 0.23 0.00 344.81 0.98 0.84
Hex FE AF C3 0 1F 17 0 159 62 54
Octal 376 257 303 0 37 27 0 531 142 124
Binary 11111110 10101111 11000011 0 11111 10111 0 101011001 1100010 1010100

Color Harmonies of #FEAFC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAFC3

Black with #FEAFC3

Text Example


Text Example

White with #FEAFC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAFC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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