Html Css Color HEX #FEBC9A Mandys Pink

📋 copy color: '#FEBC9A'

red 254 ◦ green 188 ◦ blue 154

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

Shades of Mandys Pink #FEBC9A

Tints of Mandys Pink #FEBC9A

RGB

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

 GREEN value IS 188 (73.83% from 255) = 31.54%

 BLUE value IS 154 (60.55% from 255) = 25.84%

R = 42.62%
G = 31.54%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.39

 K value IS 0.00

RGB Variations

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

Color information

#FEBC9A (or 0xFEBC9A) is known color: Mandys Pink. HEX triplet: FE, BC and 9A. RGB value is (254,188,154). Sum of RGB (Red+Green+Blue) = 254+188+154=596 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.62% from 596); Green value is 188 (73.83% from 255 or 31.54% from 596); Blue value is 154 (60.55% from 255 or 25.84% from 596); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBC9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEBC9A is #014365. Grayscale: #CCCCCC. Windows color (decimal): -82790 or 10140926. OLE color: 10140926.

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

Color convert

RGB 254 188 154 -
CMYK 0 0.26 0.39 0.00
HSL 20.4º 0.98% 0.8% -
HSV(B) 20.4º 0.39% 1% -
XYZ 64.69 59.37 38.62 -
YUV 203.86 99.87 163.76 -
System Red Green Blue C M Y K H S L
Decimal 254 188 154 0 0.26 0.39 0.00 20.4 0.98 0.8
Hex FE BC 9A 0 1A 27 0 14 62 50
Octal 376 274 232 0 32 47 0 24 142 120
Binary 11111110 10111100 10011010 0 11010 100111 0 10100 1100010 1010000

Color Harmonies of #FEBC9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBC9A

Black with #FEBC9A

Text Example


Text Example

White with #FEBC9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBC9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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