Html Css Color HEX #FFB495 Mandys Pink

📋 copy color: '#FFB495'

red 255 ◦ green 180 ◦ blue 149

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

Shades of Mandys Pink #FFB495

Tints of Mandys Pink #FFB495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 25.51%

R = 43.66%
G = 30.82%
B = 25.51%

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

#FFB495 (or 0xFFB495) is known color: Mandys Pink. HEX triplet: FF, B4 and 95. RGB value is (255,180,149). Sum of RGB (Red+Green+Blue) = 255+180+149=584 (77% of max value = 765). Red value is 255 (100% from 255 or 43.66% from 584); Green value is 180 (70.70% from 255 or 30.82% from 584); Blue value is 149 (58.59% from 255 or 25.51% from 584); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB495 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB495 is #004B6A. Grayscale: #C7C7C7. Windows color (decimal): -19307 or 9811199. OLE color: 9811199.

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

Color convert

RGB 255 180 149 -
CMYK 0 0.29 0.42 0
HSL 17.55º 1% 0.79% -
HSV(B) 17.55º 0.42% 1% -
XYZ 62.99 56.07 35.94 -
YUV 198.89 99.85 168.02 -
System Red Green Blue C M Y K H S L
Decimal 255 180 149 0 0.29 0.42 0 17.55 1 0.79
Hex FF B4 95 0 1D 2A 0 12 64 4F
Octal 377 264 225 0 35 52 0 22 144 117
Binary 11111111 10110100 10010101 0 11101 101010 0 10010 1100100 1001111

Color Harmonies of #FFB495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB495

Black with #FFB495

Text Example


Text Example

White with #FFB495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB495; }

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

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

background-color css

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

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

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

border-color css

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

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

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