Html Css Color HEX #FEBA8D Mandys Pink

📋 copy color: '#FEBA8D'

red 254 ◦ green 186 ◦ blue 141

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

Shades of Mandys Pink #FEBA8D

Tints of Mandys Pink #FEBA8D

RGB

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

 GREEN value IS 186 (73.05% from 255) = 32.01%

 BLUE value IS 141 (55.47% from 255) = 24.27%

R = 43.72%
G = 32.01%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.44

 K value IS 0.00

RGB Variations

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

Color information

#FEBA8D (or 0xFEBA8D) is known color: Mandys Pink. HEX triplet: FE, BA and 8D. RGB value is (254,186,141). Sum of RGB (Red+Green+Blue) = 254+186+141=581 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.72% from 581); Green value is 186 (73.05% from 255 or 32.01% from 581); Blue value is 141 (55.47% from 255 or 24.27% from 581); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBA8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEBA8D is #014572. Grayscale: #C9C9C9. Windows color (decimal): -83315 or 9288446. OLE color: 9288446.

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

Color convert

RGB 254 186 141 -
CMYK 0 0.27 0.44 0.00
HSL 23.89º 0.98% 0.77% -
HSV(B) 23.89º 0.44% 1% -
XYZ 63.24 58.11 33.08 -
YUV 201.2 94.03 165.66 -
System Red Green Blue C M Y K H S L
Decimal 254 186 141 0 0.27 0.44 0.00 23.89 0.98 0.77
Hex FE BA 8D 0 1B 2C 0 18 62 4D
Octal 376 272 215 0 33 54 0 30 142 115
Binary 11111110 10111010 10001101 0 11011 101100 0 11000 1100010 1001101

Color Harmonies of #FEBA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBA8D

Black with #FEBA8D

Text Example


Text Example

White with #FEBA8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBA8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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