Html Css Color HEX #FBBBA2 Mandys Pink

📋 copy color: '#FBBBA2'

red 251 ◦ green 187 ◦ blue 162

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

Shades of Mandys Pink #FBBBA2

Tints of Mandys Pink #FBBBA2

RGB

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

 GREEN value IS 187 (73.44% from 255) = 31.17%

 BLUE value IS 162 (63.67% from 255) = 27%

R = 41.83%
G = 31.17%
B = 27%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.35

 K value IS 0.02

RGB Variations

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

Color information

#FBBBA2 (or 0xFBBBA2) is known color: Mandys Pink. HEX triplet: FB, BB and A2. RGB value is (251,187,162). Sum of RGB (Red+Green+Blue) = 251+187+162=600 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.83% from 600); Green value is 187 (73.44% from 255 or 31.17% from 600); Blue value is 162 (63.67% from 255 or 27% from 600); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBBA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBBBA2 is #04445D. Grayscale: #CBCBCB. Windows color (decimal): -279646 or 10664955. OLE color: 10664955.

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

Color convert

RGB 251 187 162 -
CMYK 0 0.25 0.35 0.02
HSL 16.85º 0.92% 0.81% -
HSV(B) 16.85º 0.35% 0.98% -
XYZ 64.08 58.66 42.13 -
YUV 203.29 104.7 162.03 -
System Red Green Blue C M Y K H S L
Decimal 251 187 162 0 0.25 0.35 0.02 16.85 0.92 0.81
Hex FB BB A2 0 19 23 2 11 5C 51
Octal 373 273 242 0 31 43 2 21 134 121
Binary 11111011 10111011 10100010 0 11001 100011 10 10001 1011100 1010001

Color Harmonies of #FBBBA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBBBA2

Black with #FBBBA2

Text Example


Text Example

White with #FBBBA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBBBA2; }

 p { color: rgb(251,187,162); }

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

background-color css

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

 a { background-color: rgb(251,187,162); }

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

border-color css

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

 span { border-color: rgb(251,187,162); }

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