Html Css Color HEX #FEBA8C Mandys Pink

📋 copy color: '#FEBA8C'

red 254 ◦ green 186 ◦ blue 140

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

Shades of Mandys Pink #FEBA8C

Tints of Mandys Pink #FEBA8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 24.14%

R = 43.79%
G = 32.07%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.45

 K value IS 0.00

RGB Variations

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

Color information

#FEBA8C (or 0xFEBA8C) is known color: Mandys Pink. HEX triplet: FE, BA and 8C. RGB value is (254,186,140). Sum of RGB (Red+Green+Blue) = 254+186+140=580 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.79% from 580); Green value is 186 (73.05% from 255 or 32.07% from 580); Blue value is 140 (55.08% from 255 or 24.14% from 580); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBA8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEBA8C is #014573. Grayscale: #C9C9C9. Windows color (decimal): -83316 or 9222910. OLE color: 9222910.

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

Color convert

RGB 254 186 140 -
CMYK 0 0.27 0.45 0.00
HSL 24.21º 0.98% 0.77% -
HSV(B) 24.21º 0.45% 1% -
XYZ 63.17 58.08 32.69 -
YUV 201.09 93.53 165.74 -
System Red Green Blue C M Y K H S L
Decimal 254 186 140 0 0.27 0.45 0.00 24.21 0.98 0.77
Hex FE BA 8C 0 1B 2D 0 18 62 4D
Octal 376 272 214 0 33 55 0 30 142 115
Binary 11111110 10111010 10001100 0 11011 101101 0 11000 1100010 1001101

Color Harmonies of #FEBA8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBA8C

Black with #FEBA8C

Text Example


Text Example

White with #FEBA8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBA8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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