Html Css Color HEX #FEBD90 Mandys Pink

📋 copy color: '#FEBD90'

red 254 ◦ green 189 ◦ blue 144

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

Shades of Mandys Pink #FEBD90

Tints of Mandys Pink #FEBD90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 24.53%

R = 43.27%
G = 32.2%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.43

 K value IS 0.00

RGB Variations

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

Color information

#FEBD90 (or 0xFEBD90) is known color: Mandys Pink. HEX triplet: FE, BD and 90. RGB value is (254,189,144). Sum of RGB (Red+Green+Blue) = 254+189+144=587 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.27% from 587); Green value is 189 (74.22% from 255 or 32.20% from 587); Blue value is 144 (56.64% from 255 or 24.53% from 587); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBD90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEBD90 is #01426F. Grayscale: #CBCBCB. Windows color (decimal): -82544 or 9485822. OLE color: 9485822.

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

Color convert

RGB 254 189 144 -
CMYK 0 0.26 0.43 0.00
HSL 24.55º 0.98% 0.78% -
HSV(B) 24.55º 0.43% 1% -
XYZ 64.1 59.48 34.49 -
YUV 203.31 94.53 164.16 -
System Red Green Blue C M Y K H S L
Decimal 254 189 144 0 0.26 0.43 0.00 24.55 0.98 0.78
Hex FE BD 90 0 1A 2B 0 19 62 4E
Octal 376 275 220 0 32 53 0 31 142 116
Binary 11111110 10111101 10010000 0 11010 101011 0 11001 1100010 1001110

Color Harmonies of #FEBD90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBD90

Black with #FEBD90

Text Example


Text Example

White with #FEBD90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBD90; }

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

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

background-color css

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

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

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

border-color css

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

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

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