Html Css Color HEX #FFB494 Mandys Pink

📋 copy color: '#FFB494'

red 255 ◦ green 180 ◦ blue 148

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

Shades of Mandys Pink #FFB494

Tints of Mandys Pink #FFB494

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 25.39%

R = 43.74%
G = 30.87%
B = 25.39%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.42

 K value IS 0

RGB Variations

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

Color information

#FFB494 (or 0xFFB494) is known color: Mandys Pink. HEX triplet: FF, B4 and 94. RGB value is (255,180,148). Sum of RGB (Red+Green+Blue) = 255+180+148=583 (77% of max value = 765). Red value is 255 (100% from 255 or 43.74% from 583); Green value is 180 (70.70% from 255 or 30.87% from 583); Blue value is 148 (58.20% from 255 or 25.39% from 583); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB494 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB494 is #004B6B. Grayscale: #C6C6C6. Windows color (decimal): -19308 or 9745663. OLE color: 9745663.

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

Color convert

RGB 255 180 148 -
CMYK 0 0.29 0.42 0
HSL 17.94º 1% 0.79% -
HSV(B) 17.94º 0.42% 1% -
XYZ 62.91 56.04 35.52 -
YUV 198.78 99.35 168.1 -
System Red Green Blue C M Y K H S L
Decimal 255 180 148 0 0.29 0.42 0 17.94 1 0.79
Hex FF B4 94 0 1D 2A 0 12 64 4F
Octal 377 264 224 0 35 52 0 22 144 117
Binary 11111111 10110100 10010100 0 11101 101010 0 10010 1100100 1001111

Color Harmonies of #FFB494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB494

Black with #FFB494

Text Example


Text Example

White with #FFB494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB494; }

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

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

background-color css

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

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

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

border-color css

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

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

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