Html Css Color HEX #FEBBA0 Mandys Pink

📋 copy color: '#FEBBA0'

red 254 ◦ green 187 ◦ blue 160

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

Shades of Mandys Pink #FEBBA0

Tints of Mandys Pink #FEBBA0

RGB

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

 GREEN value IS 187 (73.44% from 255) = 31.11%

 BLUE value IS 160 (62.89% from 255) = 26.62%

R = 42.26%
G = 31.11%
B = 26.62%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.37

 K value IS 0.00

RGB Variations

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

Color information

#FEBBA0 (or 0xFEBBA0) is known color: Mandys Pink. HEX triplet: FE, BB and A0. RGB value is (254,187,160). Sum of RGB (Red+Green+Blue) = 254+187+160=601 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.26% from 601); Green value is 187 (73.44% from 255 or 31.11% from 601); Blue value is 160 (62.89% from 255 or 26.62% from 601); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBBA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEBBA0 is #01445F. Grayscale: #CCCCCC. Windows color (decimal): -83040 or 10533886. OLE color: 10533886.

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

Color convert

RGB 254 187 160 -
CMYK 0 0.26 0.37 0.00
HSL 17.23º 0.98% 0.81% -
HSV(B) 17.23º 0.37% 1% -
XYZ 64.99 59.15 41.25 -
YUV 203.96 103.2 163.7 -
System Red Green Blue C M Y K H S L
Decimal 254 187 160 0 0.26 0.37 0.00 17.23 0.98 0.81
Hex FE BB A0 0 1A 25 0 11 62 51
Octal 376 273 240 0 32 45 0 21 142 121
Binary 11111110 10111011 10100000 0 11010 100101 0 10001 1100010 1010001

Color Harmonies of #FEBBA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBBA0

Black with #FEBBA0

Text Example


Text Example

White with #FEBBA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBBA0; }

 p { color: rgb(254,187,160); }

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

background-color css

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

 a { background-color: rgb(254,187,160); }

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

border-color css

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

 span { border-color: rgb(254,187,160); }

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