Html Css Color HEX #FAB1B2 Light Pink

📋 copy color: '#FAB1B2'

red 250 ◦ green 177 ◦ blue 178

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

Shades of Light Pink #FAB1B2

Tints of Light Pink #FAB1B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 29.42%

R = 41.32%
G = 29.26%
B = 29.42%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#FAB1B2 (or 0xFAB1B2) is known color: Light Pink. HEX triplet: FA, B1 and B2. RGB value is (250,177,178). Sum of RGB (Red+Green+Blue) = 250+177+178=605 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.32% from 605); Green value is 177 (69.53% from 255 or 29.26% from 605); Blue value is 178 (69.92% from 255 or 29.42% from 605); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB1B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAB1B2 is #054E4D. Grayscale: #C7C7C7. Windows color (decimal): -347726 or 11710970. OLE color: 11710970.

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

Color convert

RGB 250 177 178 -
CMYK 0 0.29 0.29 0.02
HSL 359.18º 0.88% 0.84% -
HSV(B) 359.18º 0.29% 0.98% -
XYZ 63.18 54.98 49.4 -
YUV 198.94 116.18 164.42 -
System Red Green Blue C M Y K H S L
Decimal 250 177 178 0 0.29 0.29 0.02 359.18 0.88 0.84
Hex FA B1 B2 0 1D 1D 2 167 58 54
Octal 372 261 262 0 35 35 2 547 130 124
Binary 11111010 10110001 10110010 0 11101 11101 10 101100111 1011000 1010100

Color Harmonies of #FAB1B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB1B2

Black with #FAB1B2

Text Example


Text Example

White with #FAB1B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB1B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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