Html Css Color HEX #FEA5BA Cupid

📋 copy color: '#FEA5BA'

red 254 ◦ green 165 ◦ blue 186

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

Shades of Cupid #FEA5BA

Tints of Cupid #FEA5BA

RGB

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

 GREEN value IS 165 (64.84% from 255) = 27.27%

 BLUE value IS 186 (73.05% from 255) = 30.74%

R = 41.98%
G = 27.27%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.27

 K value IS 0.00

RGB Variations

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

Color information

#FEA5BA (or 0xFEA5BA) is known color: Cupid. HEX triplet: FE, A5 and BA. RGB value is (254,165,186). Sum of RGB (Red+Green+Blue) = 254+165+186=605 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.98% from 605); Green value is 165 (64.84% from 255 or 27.27% from 605); Blue value is 186 (73.05% from 255 or 30.74% from 605); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA5BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA5BA is #015A45. Grayscale: #C2C2C2. Windows color (decimal): -88646 or 12232190. OLE color: 12232190.

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

Color convert

RGB 254 165 186 -
CMYK 0 0.35 0.27 0.00
HSL 345.84º 0.98% 0.82% -
HSV(B) 345.84º 0.35% 1% -
XYZ 63.19 51.53 53.07 -
YUV 194.01 123.49 170.79 -
System Red Green Blue C M Y K H S L
Decimal 254 165 186 0 0.35 0.27 0.00 345.84 0.98 0.82
Hex FE A5 BA 0 23 1B 0 15A 62 52
Octal 376 245 272 0 43 33 0 532 142 122
Binary 11111110 10100101 10111010 0 100011 11011 0 101011010 1100010 1010010

Color Harmonies of #FEA5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA5BA

Black with #FEA5BA

Text Example


Text Example

White with #FEA5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA5BA; }

 p { color: rgb(254,165,186); }

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

background-color css

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

 a { background-color: rgb(254,165,186); }

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

border-color css

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

 span { border-color: rgb(254,165,186); }

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