Html Css Color HEX #FAB0BB Light Pink

📋 copy color: '#FAB0BB'

red 250 ◦ green 176 ◦ blue 187

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

Shades of Light Pink #FAB0BB

Tints of Light Pink #FAB0BB

RGB

 RED value IS 250 (98.05% from 255) = 40.78%

 GREEN value IS 176 (69.14% from 255) = 28.71%

 BLUE value IS 187 (73.44% from 255) = 30.51%

R = 40.78%
G = 28.71%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#FAB0BB (or 0xFAB0BB) is known color: Light Pink. HEX triplet: FA, B0 and BB. RGB value is (250,176,187). Sum of RGB (Red+Green+Blue) = 250+176+187=613 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.78% from 613); Green value is 176 (69.14% from 255 or 28.71% from 613); Blue value is 187 (73.44% from 255 or 30.51% from 613); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB0BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAB0BB is #054F44. Grayscale: #C7C7C7. Windows color (decimal): -347973 or 12300538. OLE color: 12300538.

HSL color Cylindrical-coordinate representation of color #FAB0BB: hue angle of 351.08º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FAB0BB is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 176 187 -
CMYK 0 0.30 0.25 0.02
HSL 351.08º 0.88% 0.84% -
HSV(B) 351.08º 0.3% 0.98% -
XYZ 63.92 54.96 54.25 -
YUV 199.38 121.02 164.11 -
System Red Green Blue C M Y K H S L
Decimal 250 176 187 0 0.30 0.25 0.02 351.08 0.88 0.84
Hex FA B0 BB 0 1E 19 2 15F 58 54
Octal 372 260 273 0 36 31 2 537 130 124
Binary 11111010 10110000 10111011 0 11110 11001 10 101011111 1011000 1010100

Color Harmonies of #FAB0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB0BB

Black with #FAB0BB

Text Example


Text Example

White with #FAB0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB0BB; }

 p { color: rgb(250,176,187); }

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

background-color css

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

 a { background-color: rgb(250,176,187); }

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

border-color css

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

 span { border-color: rgb(250,176,187); }

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