Html Css Color HEX #FFB994 Mandys Pink

📋 copy color: '#FFB994'

red 255 ◦ green 185 ◦ blue 148

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

Shades of Mandys Pink #FFB994

Tints of Mandys Pink #FFB994

RGB

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

 GREEN value IS 185 (72.66% from 255) = 31.46%

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

R = 43.37%
G = 31.46%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.42

 K value IS 0

RGB Variations

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

Color information

#FFB994 (or 0xFFB994) is known color: Mandys Pink. HEX triplet: FF, B9 and 94. RGB value is (255,185,148). Sum of RGB (Red+Green+Blue) = 255+185+148=588 (77% of max value = 765). Red value is 255 (100% from 255 or 43.37% from 588); Green value is 185 (72.66% from 255 or 31.46% from 588); Blue value is 148 (58.20% from 255 or 25.17% from 588); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB994 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB994 is #00466B. Grayscale: #C9C9C9. Windows color (decimal): -18028 or 9746943. OLE color: 9746943.

HSL color Cylindrical-coordinate representation of color #FFB994: hue angle of 20.75º 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 #FFB994 is Cyan = 0, Magento = 0.27, Yellow = 0.42 and Black (K on CMYK) = 0.

Color convert

RGB 255 185 148 -
CMYK 0 0.27 0.42 0
HSL 20.75º 1% 0.79% -
HSV(B) 20.75º 0.42% 1% -
XYZ 63.93 58.1 35.86 -
YUV 201.71 97.69 166.01 -
System Red Green Blue C M Y K H S L
Decimal 255 185 148 0 0.27 0.42 0 20.75 1 0.79
Hex FF B9 94 0 1B 2A 0 15 64 4F
Octal 377 271 224 0 33 52 0 25 144 117
Binary 11111111 10111001 10010100 0 11011 101010 0 10101 1100100 1001111

Color Harmonies of #FFB994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB994

Black with #FFB994

Text Example


Text Example

White with #FFB994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB994; }

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

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

background-color css

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

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

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

border-color css

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

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

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