Html Css Color HEX #FBB8A1 Mandys Pink

📋 copy color: '#FBB8A1'

red 251 ◦ green 184 ◦ blue 161

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

Shades of Mandys Pink #FBB8A1

Tints of Mandys Pink #FBB8A1

RGB

 RED value IS 251 (98.44% from 255) = 42.11%

 GREEN value IS 184 (72.27% from 255) = 30.87%

 BLUE value IS 161 (63.28% from 255) = 27.01%

R = 42.11%
G = 30.87%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#FBB8A1 (or 0xFBB8A1) is known color: Mandys Pink. HEX triplet: FB, B8 and A1. RGB value is (251,184,161). Sum of RGB (Red+Green+Blue) = 251+184+161=596 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.11% from 596); Green value is 184 (72.27% from 255 or 30.87% from 596); Blue value is 161 (63.28% from 255 or 27.01% from 596); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB8A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBB8A1 is #04475E. Grayscale: #C9C9C9. Windows color (decimal): -280415 or 10598651. OLE color: 10598651.

HSL color Cylindrical-coordinate representation of color #FBB8A1: hue angle of 15.33º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FBB8A1 is Cyan = 0, Magento = 0.27, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 184 161 -
CMYK 0 0.27 0.36 0.02
HSL 15.33º 0.92% 0.81% -
HSV(B) 15.33º 0.36% 0.98% -
XYZ 63.36 57.36 41.45 -
YUV 201.41 105.2 163.37 -
System Red Green Blue C M Y K H S L
Decimal 251 184 161 0 0.27 0.36 0.02 15.33 0.92 0.81
Hex FB B8 A1 0 1B 24 2 F 5C 51
Octal 373 270 241 0 33 44 2 17 134 121
Binary 11111011 10111000 10100001 0 11011 100100 10 1111 1011100 1010001

Color Harmonies of #FBB8A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBB8A1

Black with #FBB8A1

Text Example


Text Example

White with #FBB8A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBB8A1; }

 p { color: rgb(251,184,161); }

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

background-color css

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

 a { background-color: rgb(251,184,161); }

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

border-color css

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

 span { border-color: rgb(251,184,161); }

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