Html Css Color HEX #FEB994 Mandys Pink

📋 copy color: '#FEB994'

red 254 ◦ green 185 ◦ blue 148

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

Shades of Mandys Pink #FEB994

Tints of Mandys Pink #FEB994

RGB

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

 GREEN value IS 185 (72.66% from 255) = 31.52%

 BLUE value IS 148 (58.2% from 255) = 25.21%

R = 43.27%
G = 31.52%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.42

 K value IS 0.00

RGB Variations

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

Color information

#FEB994 (or 0xFEB994) is known color: Mandys Pink. HEX triplet: FE, B9 and 94. RGB value is (254,185,148). Sum of RGB (Red+Green+Blue) = 254+185+148=587 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.27% from 587); Green value is 185 (72.66% from 255 or 31.52% from 587); Blue value is 148 (58.20% from 255 or 25.21% from 587); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB994 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEB994 is #01466B. Grayscale: #C9C9C9. Windows color (decimal): -83564 or 9746942. OLE color: 9746942.

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

Color convert

RGB 254 185 148 -
CMYK 0 0.27 0.42 0.00
HSL 20.94º 0.98% 0.79% -
HSV(B) 20.94º 0.42% 1% -
XYZ 63.57 57.91 35.84 -
YUV 201.41 97.86 165.51 -
System Red Green Blue C M Y K H S L
Decimal 254 185 148 0 0.27 0.42 0.00 20.94 0.98 0.79
Hex FE B9 94 0 1B 2A 0 15 62 4F
Octal 376 271 224 0 33 52 0 25 142 117
Binary 11111110 10111001 10010100 0 11011 101010 0 10101 1100010 1001111

Color Harmonies of #FEB994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB994

Black with #FEB994

Text Example


Text Example

White with #FEB994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB994; }

 p { color: rgb(254,185,148); }

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

background-color css

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

 a { background-color: rgb(254,185,148); }

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

border-color css

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

 span { border-color: rgb(254,185,148); }

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