Html Css Color HEX #FEB48C Mandys Pink

📋 copy color: '#FEB48C'

red 254 ◦ green 180 ◦ blue 140

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

Shades of Mandys Pink #FEB48C

Tints of Mandys Pink #FEB48C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 24.39%

R = 44.25%
G = 31.36%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.45

 K value IS 0.00

RGB Variations

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

Color information

#FEB48C (or 0xFEB48C) is known color: Mandys Pink. HEX triplet: FE, B4 and 8C. RGB value is (254,180,140). Sum of RGB (Red+Green+Blue) = 254+180+140=574 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.25% from 574); Green value is 180 (70.70% from 255 or 31.36% from 574); Blue value is 140 (55.08% from 255 or 24.39% from 574); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB48C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEB48C is #014B73. Grayscale: #C5C5C5. Windows color (decimal): -84852 or 9221374. OLE color: 9221374.

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

Color convert

RGB 254 180 140 -
CMYK 0 0.29 0.45 0.00
HSL 21.05º 0.98% 0.77% -
HSV(B) 21.05º 0.45% 1% -
XYZ 61.93 55.61 32.28 -
YUV 197.57 95.52 168.25 -
System Red Green Blue C M Y K H S L
Decimal 254 180 140 0 0.29 0.45 0.00 21.05 0.98 0.77
Hex FE B4 8C 0 1D 2D 0 15 62 4D
Octal 376 264 214 0 35 55 0 25 142 115
Binary 11111110 10110100 10001100 0 11101 101101 0 10101 1100010 1001101

Color Harmonies of #FEB48C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB48C

Black with #FEB48C

Text Example


Text Example

White with #FEB48C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB48C; }

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

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

background-color css

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

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

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

border-color css

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

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

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