Html Css Color HEX #FEA6BC Cupid

📋 copy color: '#FEA6BC'

red 254 ◦ green 166 ◦ blue 188

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

Shades of Cupid #FEA6BC

Tints of Cupid #FEA6BC

RGB

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

 GREEN value IS 166 (65.23% from 255) = 27.3%

 BLUE value IS 188 (73.83% from 255) = 30.92%

R = 41.78%
G = 27.3%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.26

 K value IS 0.00

RGB Variations

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

Color information

#FEA6BC (or 0xFEA6BC) is known color: Cupid. HEX triplet: FE, A6 and BC. RGB value is (254,166,188). Sum of RGB (Red+Green+Blue) = 254+166+188=608 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.78% from 608); Green value is 166 (65.23% from 255 or 27.30% from 608); Blue value is 188 (73.83% from 255 or 30.92% from 608); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA6BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA6BC is #015943. Grayscale: #C2C2C2. Windows color (decimal): -88388 or 12363518. OLE color: 12363518.

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

Color convert

RGB 254 166 188 -
CMYK 0 0.35 0.26 0.00
HSL 345º 0.98% 0.82% -
HSV(B) 345º 0.35% 1% -
XYZ 63.59 51.97 54.26 -
YUV 194.82 124.15 170.21 -
System Red Green Blue C M Y K H S L
Decimal 254 166 188 0 0.35 0.26 0.00 345 0.98 0.82
Hex FE A6 BC 0 23 1A 0 159 62 52
Octal 376 246 274 0 43 32 0 531 142 122
Binary 11111110 10100110 10111100 0 100011 11010 0 101011001 1100010 1010010

Color Harmonies of #FEA6BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA6BC

Black with #FEA6BC

Text Example


Text Example

White with #FEA6BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA6BC; }

 p { color: rgb(254,166,188); }

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

background-color css

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

 a { background-color: rgb(254,166,188); }

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

border-color css

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

 span { border-color: rgb(254,166,188); }

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