Html Css Color HEX #FAB0B2 Light Pink

📋 copy color: '#FAB0B2'

red 250 ◦ green 176 ◦ blue 178

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

Shades of Light Pink #FAB0B2

Tints of Light Pink #FAB0B2

RGB

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

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

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

R = 41.39%
G = 29.14%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#FAB0B2 (or 0xFAB0B2) is known color: Light Pink. HEX triplet: FA, B0 and B2. RGB value is (250,176,178). Sum of RGB (Red+Green+Blue) = 250+176+178=604 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.39% from 604); Green value is 176 (69.14% from 255 or 29.14% from 604); Blue value is 178 (69.92% from 255 or 29.47% from 604); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB0B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAB0B2 is #054F4D. Grayscale: #C6C6C6. Windows color (decimal): -347982 or 11710714. OLE color: 11710714.

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

Color convert

RGB 250 176 178 -
CMYK 0 0.30 0.29 0.02
HSL 358.38º 0.88% 0.84% -
HSV(B) 358.38º 0.3% 0.98% -
XYZ 62.99 54.59 49.34 -
YUV 198.35 116.52 164.84 -
System Red Green Blue C M Y K H S L
Decimal 250 176 178 0 0.30 0.29 0.02 358.38 0.88 0.84
Hex FA B0 B2 0 1E 1D 2 166 58 54
Octal 372 260 262 0 36 35 2 546 130 124
Binary 11111010 10110000 10110010 0 11110 11101 10 101100110 1011000 1010100

Color Harmonies of #FAB0B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB0B2

Black with #FAB0B2

Text Example


Text Example

White with #FAB0B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB0B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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