Html Css Color HEX #FEACC0 Cupid

📋 copy color: '#FEACC0'

red 254 ◦ green 172 ◦ blue 192

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

Shades of Cupid #FEACC0

Tints of Cupid #FEACC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 31.07%

R = 41.1%
G = 27.83%
B = 31.07%

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

#FEACC0 (or 0xFEACC0) is known color: Cupid. HEX triplet: FE, AC and C0. RGB value is (254,172,192). Sum of RGB (Red+Green+Blue) = 254+172+192=618 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.10% from 618); Green value is 172 (67.58% from 255 or 27.83% from 618); Blue value is 192 (75.39% from 255 or 31.07% from 618); Max value from RGB is 254 - color contains mainly: red. Hex color #FEACC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEACC0 is #01533F. Grayscale: #C6C6C6. Windows color (decimal): -86848 or 12627198. OLE color: 12627198.

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

Color convert

RGB 254 172 192 -
CMYK 0 0.32 0.24 0.00
HSL 345.37º 0.98% 0.84% -
HSV(B) 345.37º 0.32% 1% -
XYZ 65.14 54.38 56.93 -
YUV 198.8 124.17 167.37 -
System Red Green Blue C M Y K H S L
Decimal 254 172 192 0 0.32 0.24 0.00 345.37 0.98 0.84
Hex FE AC C0 0 20 18 0 159 62 54
Octal 376 254 300 0 40 30 0 531 142 124
Binary 11111110 10101100 11000000 0 100000 11000 0 101011001 1100010 1010100

Color Harmonies of #FEACC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEACC0

Black with #FEACC0

Text Example


Text Example

White with #FEACC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEACC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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