Html Css Color HEX #FAB0B8 Light Pink

📋 copy color: '#FAB0B8'

red 250 ◦ green 176 ◦ blue 184

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

Shades of Light Pink #FAB0B8

Tints of Light Pink #FAB0B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 30.16%

R = 40.98%
G = 28.85%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#FAB0B8 (or 0xFAB0B8) is known color: Light Pink. HEX triplet: FA, B0 and B8. RGB value is (250,176,184). Sum of RGB (Red+Green+Blue) = 250+176+184=610 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.98% from 610); Green value is 176 (69.14% from 255 or 28.85% from 610); Blue value is 184 (72.27% from 255 or 30.16% from 610); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB0B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAB0B8 is #054F47. Grayscale: #C7C7C7. Windows color (decimal): -347976 or 12103930. OLE color: 12103930.

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

Color convert

RGB 250 176 184 -
CMYK 0 0.30 0.26 0.02
HSL 353.51º 0.88% 0.84% -
HSV(B) 353.51º 0.3% 0.98% -
XYZ 63.6 54.84 52.58 -
YUV 199.04 119.52 164.35 -
System Red Green Blue C M Y K H S L
Decimal 250 176 184 0 0.30 0.26 0.02 353.51 0.88 0.84
Hex FA B0 B8 0 1E 1A 2 162 58 54
Octal 372 260 270 0 36 32 2 542 130 124
Binary 11111010 10110000 10111000 0 11110 11010 10 101100010 1011000 1010100

Color Harmonies of #FAB0B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB0B8

Black with #FAB0B8

Text Example


Text Example

White with #FAB0B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB0B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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