Html Css Color HEX #FFB48E Mandys Pink

📋 copy color: '#FFB48E'

red 255 ◦ green 180 ◦ blue 142

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

Shades of Mandys Pink #FFB48E

Tints of Mandys Pink #FFB48E

RGB

 RED value IS 255 (100% from 255) = 44.19%

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

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

R = 44.19%
G = 31.2%
B = 24.61%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.44

 K value IS 0

RGB Variations

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

Color information

#FFB48E (or 0xFFB48E) is known color: Mandys Pink. HEX triplet: FF, B4 and 8E. RGB value is (255,180,142). Sum of RGB (Red+Green+Blue) = 255+180+142=577 (76% of max value = 765). Red value is 255 (100% from 255 or 44.19% from 577); Green value is 180 (70.70% from 255 or 31.20% from 577); Blue value is 142 (55.86% from 255 or 24.61% from 577); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB48E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB48E is #004B71. Grayscale: #C6C6C6. Windows color (decimal): -19314 or 9352447. OLE color: 9352447.

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

Color convert

RGB 255 180 142 -
CMYK 0 0.29 0.44 0
HSL 20.18º 1% 0.78% -
HSV(B) 20.18º 0.44% 1% -
XYZ 62.44 55.86 33.08 -
YUV 198.09 96.35 168.59 -
System Red Green Blue C M Y K H S L
Decimal 255 180 142 0 0.29 0.44 0 20.18 1 0.78
Hex FF B4 8E 0 1D 2C 0 14 64 4E
Octal 377 264 216 0 35 54 0 24 144 116
Binary 11111111 10110100 10001110 0 11101 101100 0 10100 1100100 1001110

Color Harmonies of #FFB48E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB48E

Black with #FFB48E

Text Example


Text Example

White with #FFB48E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB48E; }

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

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

background-color css

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

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

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

border-color css

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

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

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