Html Css Color HEX #FEB995 Mandys Pink

📋 copy color: '#FEB995'

red 254 ◦ green 185 ◦ blue 149

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

Shades of Mandys Pink #FEB995

Tints of Mandys Pink #FEB995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 25.34%

R = 43.2%
G = 31.46%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.41

 K value IS 0.00

RGB Variations

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

Color information

#FEB995 (or 0xFEB995) is known color: Mandys Pink. HEX triplet: FE, B9 and 95. RGB value is (254,185,149). Sum of RGB (Red+Green+Blue) = 254+185+149=588 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.20% from 588); Green value is 185 (72.66% from 255 or 31.46% from 588); Blue value is 149 (58.59% from 255 or 25.34% from 588); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB995 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEB995 is #01466A. Grayscale: #C9C9C9. Windows color (decimal): -83563 or 9812478. OLE color: 9812478.

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

Color convert

RGB 254 185 149 -
CMYK 0 0.27 0.41 0.00
HSL 20.57º 0.98% 0.79% -
HSV(B) 20.57º 0.41% 1% -
XYZ 63.65 57.94 36.26 -
YUV 201.53 98.36 165.43 -
System Red Green Blue C M Y K H S L
Decimal 254 185 149 0 0.27 0.41 0.00 20.57 0.98 0.79
Hex FE B9 95 0 1B 29 0 15 62 4F
Octal 376 271 225 0 33 51 0 25 142 117
Binary 11111110 10111001 10010101 0 11011 101001 0 10101 1100010 1001111

Color Harmonies of #FEB995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB995

Black with #FEB995

Text Example


Text Example

White with #FEB995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB995; }

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

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

background-color css

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

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

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

border-color css

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

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

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