Html Css Color HEX #FEA6BB Cupid

📋 copy color: '#FEA6BB'

red 254 ◦ green 166 ◦ blue 187

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

Shades of Cupid #FEA6BB

Tints of Cupid #FEA6BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 30.81%

R = 41.85%
G = 27.35%
B = 30.81%

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

#FEA6BB (or 0xFEA6BB) is known color: Cupid. HEX triplet: FE, A6 and BB. RGB value is (254,166,187). Sum of RGB (Red+Green+Blue) = 254+166+187=607 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.85% from 607); Green value is 166 (65.23% from 255 or 27.35% from 607); Blue value is 187 (73.44% from 255 or 30.81% from 607); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA6BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA6BB is #015944. Grayscale: #C2C2C2. Windows color (decimal): -88389 or 12297982. OLE color: 12297982.

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

Color convert

RGB 254 166 187 -
CMYK 0 0.35 0.26 0.00
HSL 345.68º 0.98% 0.82% -
HSV(B) 345.68º 0.35% 1% -
XYZ 63.48 51.93 53.69 -
YUV 194.71 123.65 170.29 -
System Red Green Blue C M Y K H S L
Decimal 254 166 187 0 0.35 0.26 0.00 345.68 0.98 0.82
Hex FE A6 BB 0 23 1A 0 15A 62 52
Octal 376 246 273 0 43 32 0 532 142 122
Binary 11111110 10100110 10111011 0 100011 11010 0 101011010 1100010 1010010

Color Harmonies of #FEA6BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA6BB

Black with #FEA6BB

Text Example


Text Example

White with #FEA6BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA6BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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