Html Css Color HEX #FBBDA1 Mandys Pink

📋 copy color: '#FBBDA1'

red 251 ◦ green 189 ◦ blue 161

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

Shades of Mandys Pink #FBBDA1

Tints of Mandys Pink #FBBDA1

RGB

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

 GREEN value IS 189 (74.22% from 255) = 31.45%

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

R = 41.76%
G = 31.45%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#FBBDA1 (or 0xFBBDA1) is known color: Mandys Pink. HEX triplet: FB, BD and A1. RGB value is (251,189,161). Sum of RGB (Red+Green+Blue) = 251+189+161=601 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.76% from 601); Green value is 189 (74.22% from 255 or 31.45% from 601); Blue value is 161 (63.28% from 255 or 26.79% from 601); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBDA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBBDA1 is #04425E. Grayscale: #CCCCCC. Windows color (decimal): -279135 or 10599931. OLE color: 10599931.

HSL color Cylindrical-coordinate representation of color #FBBDA1: hue angle of 18.67º 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 #FBBDA1 is Cyan = 0, Magento = 0.25, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 189 161 -
CMYK 0 0.25 0.36 0.02
HSL 18.67º 0.92% 0.81% -
HSV(B) 18.67º 0.36% 0.98% -
XYZ 64.41 59.48 41.8 -
YUV 204.35 103.54 161.28 -
System Red Green Blue C M Y K H S L
Decimal 251 189 161 0 0.25 0.36 0.02 18.67 0.92 0.81
Hex FB BD A1 0 19 24 2 13 5C 51
Octal 373 275 241 0 31 44 2 23 134 121
Binary 11111011 10111101 10100001 0 11001 100100 10 10011 1011100 1010001

Color Harmonies of #FBBDA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBBDA1

Black with #FBBDA1

Text Example


Text Example

White with #FBBDA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBBDA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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