Html Css Color HEX #FEBD8E Mandys Pink

📋 copy color: '#FEBD8E'

red 254 ◦ green 189 ◦ blue 142

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

Shades of Mandys Pink #FEBD8E

Tints of Mandys Pink #FEBD8E

RGB

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

 GREEN value IS 189 (74.22% from 255) = 32.31%

 BLUE value IS 142 (55.86% from 255) = 24.27%

R = 43.42%
G = 32.31%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.44

 K value IS 0.00

RGB Variations

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

Color information

#FEBD8E (or 0xFEBD8E) is known color: Mandys Pink. HEX triplet: FE, BD and 8E. RGB value is (254,189,142). Sum of RGB (Red+Green+Blue) = 254+189+142=585 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.42% from 585); Green value is 189 (74.22% from 255 or 32.31% from 585); Blue value is 142 (55.86% from 255 or 24.27% from 585); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBD8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEBD8E is #014271. Grayscale: #CBCBCB. Windows color (decimal): -82546 or 9354750. OLE color: 9354750.

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

Color convert

RGB 254 189 142 -
CMYK 0 0.26 0.44 0.00
HSL 25.18º 0.98% 0.78% -
HSV(B) 25.18º 0.44% 1% -
XYZ 63.95 59.42 33.69 -
YUV 203.08 93.53 164.32 -
System Red Green Blue C M Y K H S L
Decimal 254 189 142 0 0.26 0.44 0.00 25.18 0.98 0.78
Hex FE BD 8E 0 1A 2C 0 19 62 4E
Octal 376 275 216 0 32 54 0 31 142 116
Binary 11111110 10111101 10001110 0 11010 101100 0 11001 1100010 1001110

Color Harmonies of #FEBD8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBD8E

Black with #FEBD8E

Text Example


Text Example

White with #FEBD8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBD8E; }

 p { color: rgb(254,189,142); }

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

background-color css

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

 a { background-color: rgb(254,189,142); }

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

border-color css

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

 span { border-color: rgb(254,189,142); }

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