Html Css Color HEX #FAB0B3 Light Pink

📋 copy color: '#FAB0B3'

red 250 ◦ green 176 ◦ blue 179

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

Shades of Light Pink #FAB0B3

Tints of Light Pink #FAB0B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 29.59%

R = 41.32%
G = 29.09%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#FAB0B3 (or 0xFAB0B3) is known color: Light Pink. HEX triplet: FA, B0 and B3. RGB value is (250,176,179). Sum of RGB (Red+Green+Blue) = 250+176+179=605 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.32% from 605); Green value is 176 (69.14% from 255 or 29.09% from 605); Blue value is 179 (70.31% from 255 or 29.59% from 605); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB0B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAB0B3 is #054F4C. Grayscale: #C6C6C6. Windows color (decimal): -347981 or 11776250. OLE color: 11776250.

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

Color convert

RGB 250 176 179 -
CMYK 0 0.30 0.28 0.02
HSL 357.57º 0.88% 0.84% -
HSV(B) 357.57º 0.3% 0.98% -
XYZ 63.09 54.63 49.87 -
YUV 198.47 117.02 164.76 -
System Red Green Blue C M Y K H S L
Decimal 250 176 179 0 0.30 0.28 0.02 357.57 0.88 0.84
Hex FA B0 B3 0 1E 1C 2 166 58 54
Octal 372 260 263 0 36 34 2 546 130 124
Binary 11111010 10110000 10110011 0 11110 11100 10 101100110 1011000 1010100

Color Harmonies of #FAB0B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB0B3

Black with #FAB0B3

Text Example


Text Example

White with #FAB0B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB0B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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