Html Css Color HEX #FEABC0 Cupid

📋 copy color: '#FEABC0'

red 254 ◦ green 171 ◦ blue 192

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

Shades of Cupid #FEABC0

Tints of Cupid #FEABC0

RGB

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

 GREEN value IS 171 (67.19% from 255) = 27.71%

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

R = 41.17%
G = 27.71%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.24

 K value IS 0.00

RGB Variations

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

Color information

#FEABC0 (or 0xFEABC0) is known color: Cupid. HEX triplet: FE, AB and C0. RGB value is (254,171,192). Sum of RGB (Red+Green+Blue) = 254+171+192=617 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.17% from 617); Green value is 171 (67.19% from 255 or 27.71% from 617); Blue value is 192 (75.39% from 255 or 31.12% from 617); Max value from RGB is 254 - color contains mainly: red. Hex color #FEABC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEABC0 is #01543F. Grayscale: #C6C6C6. Windows color (decimal): -87104 or 12626942. OLE color: 12626942.

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

Color convert

RGB 254 171 192 -
CMYK 0 0.33 0.24 0.00
HSL 344.82º 0.98% 0.83% -
HSV(B) 344.82º 0.33% 1% -
XYZ 64.95 54 56.87 -
YUV 198.21 124.5 167.79 -
System Red Green Blue C M Y K H S L
Decimal 254 171 192 0 0.33 0.24 0.00 344.82 0.98 0.83
Hex FE AB C0 0 21 18 0 159 62 53
Octal 376 253 300 0 41 30 0 531 142 123
Binary 11111110 10101011 11000000 0 100001 11000 0 101011001 1100010 1010011

Color Harmonies of #FEABC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEABC0

Black with #FEABC0

Text Example


Text Example

White with #FEABC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEABC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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