Html Css Color HEX #FEACC1 Cupid

📋 copy color: '#FEACC1'

red 254 ◦ green 172 ◦ blue 193

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

Shades of Cupid #FEACC1

Tints of Cupid #FEACC1

RGB

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

 GREEN value IS 172 (67.58% from 255) = 27.79%

 BLUE value IS 193 (75.78% from 255) = 31.18%

R = 41.03%
G = 27.79%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.24

 K value IS 0.00

RGB Variations

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

Color information

#FEACC1 (or 0xFEACC1) is known color: Cupid. HEX triplet: FE, AC and C1. RGB value is (254,172,193). Sum of RGB (Red+Green+Blue) = 254+172+193=619 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.03% from 619); Green value is 172 (67.58% from 255 or 27.79% from 619); Blue value is 193 (75.78% from 255 or 31.18% from 619); Max value from RGB is 254 - color contains mainly: red. Hex color #FEACC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEACC1 is #01533E. Grayscale: #C6C6C6. Windows color (decimal): -86847 or 12692734. OLE color: 12692734.

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

Color convert

RGB 254 172 193 -
CMYK 0 0.32 0.24 0.00
HSL 344.63º 0.98% 0.84% -
HSV(B) 344.63º 0.32% 1% -
XYZ 65.25 54.43 57.52 -
YUV 198.91 124.67 167.29 -
System Red Green Blue C M Y K H S L
Decimal 254 172 193 0 0.32 0.24 0.00 344.63 0.98 0.84
Hex FE AC C1 0 20 18 0 159 62 54
Octal 376 254 301 0 40 30 0 531 142 124
Binary 11111110 10101100 11000001 0 100000 11000 0 101011001 1100010 1010100

Color Harmonies of #FEACC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEACC1

Black with #FEACC1

Text Example


Text Example

White with #FEACC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEACC1; }

 p { color: rgb(254,172,193); }

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

background-color css

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

 a { background-color: rgb(254,172,193); }

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

border-color css

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

 span { border-color: rgb(254,172,193); }

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