Html Css Color HEX #FEBD8D Mandys Pink

📋 copy color: '#FEBD8D'

red 254 ◦ green 189 ◦ blue 141

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

Shades of Mandys Pink #FEBD8D

Tints of Mandys Pink #FEBD8D

RGB

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

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

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

R = 43.49%
G = 32.36%
B = 24.14%

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

#FEBD8D (or 0xFEBD8D) is known color: Mandys Pink. HEX triplet: FE, BD and 8D. RGB value is (254,189,141). Sum of RGB (Red+Green+Blue) = 254+189+141=584 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.49% from 584); Green value is 189 (74.22% from 255 or 32.36% from 584); Blue value is 141 (55.47% from 255 or 24.14% from 584); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBD8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEBD8D is #014272. Grayscale: #CBCBCB. Windows color (decimal): -82547 or 9289214. OLE color: 9289214.

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

Color convert

RGB 254 189 141 -
CMYK 0 0.26 0.44 0.00
HSL 25.49º 0.98% 0.77% -
HSV(B) 25.49º 0.44% 1% -
XYZ 63.88 59.39 33.3 -
YUV 202.96 93.03 164.4 -
System Red Green Blue C M Y K H S L
Decimal 254 189 141 0 0.26 0.44 0.00 25.49 0.98 0.77
Hex FE BD 8D 0 1A 2C 0 19 62 4D
Octal 376 275 215 0 32 54 0 31 142 115
Binary 11111110 10111101 10001101 0 11010 101100 0 11001 1100010 1001101

Color Harmonies of #FEBD8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBD8D

Black with #FEBD8D

Text Example


Text Example

White with #FEBD8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBD8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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