Html Css Color HEX #FEB48D Mandys Pink

📋 copy color: '#FEB48D'

red 254 ◦ green 180 ◦ blue 141

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

Shades of Mandys Pink #FEB48D

Tints of Mandys Pink #FEB48D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 24.52%

R = 44.17%
G = 31.3%
B = 24.52%

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

#FEB48D (or 0xFEB48D) is known color: Mandys Pink. HEX triplet: FE, B4 and 8D. RGB value is (254,180,141). Sum of RGB (Red+Green+Blue) = 254+180+141=575 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.17% from 575); Green value is 180 (70.70% from 255 or 31.30% from 575); Blue value is 141 (55.47% from 255 or 24.52% from 575); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB48D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEB48D is #014B72. Grayscale: #C5C5C5. Windows color (decimal): -84851 or 9286910. OLE color: 9286910.

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

Color convert

RGB 254 180 141 -
CMYK 0 0.29 0.44 0.00
HSL 20.71º 0.98% 0.77% -
HSV(B) 20.71º 0.44% 1% -
XYZ 62 55.64 32.67 -
YUV 197.68 96.02 168.17 -
System Red Green Blue C M Y K H S L
Decimal 254 180 141 0 0.29 0.44 0.00 20.71 0.98 0.77
Hex FE B4 8D 0 1D 2C 0 15 62 4D
Octal 376 264 215 0 35 54 0 25 142 115
Binary 11111110 10110100 10001101 0 11101 101100 0 10101 1100010 1001101

Color Harmonies of #FEB48D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB48D

Black with #FEB48D

Text Example


Text Example

White with #FEB48D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB48D; }

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

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

background-color css

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

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

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

border-color css

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

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

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