Html Css Color HEX #FAB0B7 Light Pink

📋 copy color: '#FAB0B7'

red 250 ◦ green 176 ◦ blue 183

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

Shades of Light Pink #FAB0B7

Tints of Light Pink #FAB0B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 30.05%

R = 41.05%
G = 28.9%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.27

 K value IS 0.02

RGB Variations

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

Color information

#FAB0B7 (or 0xFAB0B7) is known color: Light Pink. HEX triplet: FA, B0 and B7. RGB value is (250,176,183). Sum of RGB (Red+Green+Blue) = 250+176+183=609 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.05% from 609); Green value is 176 (69.14% from 255 or 28.90% from 609); Blue value is 183 (71.88% from 255 or 30.05% from 609); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB0B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAB0B7 is #054F48. Grayscale: #C6C6C6. Windows color (decimal): -347977 or 12038394. OLE color: 12038394.

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

Color convert

RGB 250 176 183 -
CMYK 0 0.30 0.27 0.02
HSL 354.32º 0.88% 0.84% -
HSV(B) 354.32º 0.3% 0.98% -
XYZ 63.5 54.79 52.03 -
YUV 198.92 119.02 164.43 -
System Red Green Blue C M Y K H S L
Decimal 250 176 183 0 0.30 0.27 0.02 354.32 0.88 0.84
Hex FA B0 B7 0 1E 1B 2 162 58 54
Octal 372 260 267 0 36 33 2 542 130 124
Binary 11111010 10110000 10110111 0 11110 11011 10 101100010 1011000 1010100

Color Harmonies of #FAB0B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB0B7

Black with #FAB0B7

Text Example


Text Example

White with #FAB0B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB0B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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