Html Css Color HEX #FAB1B3 Light Pink

📋 copy color: '#FAB1B3'

red 250 ◦ green 177 ◦ blue 179

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

Shades of Light Pink #FAB1B3

Tints of Light Pink #FAB1B3

RGB

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

 GREEN value IS 177 (69.53% from 255) = 29.21%

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

R = 41.25%
G = 29.21%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#FAB1B3 (or 0xFAB1B3) is known color: Light Pink. HEX triplet: FA, B1 and B3. RGB value is (250,177,179). Sum of RGB (Red+Green+Blue) = 250+177+179=606 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.25% from 606); Green value is 177 (69.53% from 255 or 29.21% from 606); Blue value is 179 (70.31% from 255 or 29.54% from 606); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB1B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAB1B3 is #054E4C. Grayscale: #C7C7C7. Windows color (decimal): -347725 or 11776506. OLE color: 11776506.

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

Color convert

RGB 250 177 179 -
CMYK 0 0.29 0.28 0.02
HSL 358.36º 0.88% 0.84% -
HSV(B) 358.36º 0.29% 0.98% -
XYZ 63.28 55.02 49.93 -
YUV 199.06 116.68 164.34 -
System Red Green Blue C M Y K H S L
Decimal 250 177 179 0 0.29 0.28 0.02 358.36 0.88 0.84
Hex FA B1 B3 0 1D 1C 2 166 58 54
Octal 372 261 263 0 35 34 2 546 130 124
Binary 11111010 10110001 10110011 0 11101 11100 10 101100110 1011000 1010100

Color Harmonies of #FAB1B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB1B3

Black with #FAB1B3

Text Example


Text Example

White with #FAB1B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB1B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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