Html Css Color HEX #FEB48E Mandys Pink

📋 copy color: '#FEB48E'

red 254 ◦ green 180 ◦ blue 142

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

Shades of Mandys Pink #FEB48E

Tints of Mandys Pink #FEB48E

RGB

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

 GREEN value IS 180 (70.7% from 255) = 31.25%

 BLUE value IS 142 (55.86% from 255) = 24.65%

R = 44.1%
G = 31.25%
B = 24.65%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.44

 K value IS 0.00

RGB Variations

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

Color information

#FEB48E (or 0xFEB48E) is known color: Mandys Pink. HEX triplet: FE, B4 and 8E. RGB value is (254,180,142). Sum of RGB (Red+Green+Blue) = 254+180+142=576 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.10% from 576); Green value is 180 (70.70% from 255 or 31.25% from 576); Blue value is 142 (55.86% from 255 or 24.65% from 576); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB48E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEB48E is #014B71. Grayscale: #C6C6C6. Windows color (decimal): -84850 or 9352446. OLE color: 9352446.

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

Color convert

RGB 254 180 142 -
CMYK 0 0.29 0.44 0.00
HSL 20.36º 0.98% 0.78% -
HSV(B) 20.36º 0.44% 1% -
XYZ 62.08 55.67 33.06 -
YUV 197.79 96.52 168.09 -
System Red Green Blue C M Y K H S L
Decimal 254 180 142 0 0.29 0.44 0.00 20.36 0.98 0.78
Hex FE B4 8E 0 1D 2C 0 14 62 4E
Octal 376 264 216 0 35 54 0 24 142 116
Binary 11111110 10110100 10001110 0 11101 101100 0 10100 1100010 1001110

Color Harmonies of #FEB48E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB48E

Black with #FEB48E

Text Example


Text Example

White with #FEB48E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB48E; }

 p { color: rgb(254,180,142); }

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

background-color css

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

 a { background-color: rgb(254,180,142); }

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

border-color css

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

 span { border-color: rgb(254,180,142); }

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