Html Css Color HEX #FBAAB3 Light Pink

📋 copy color: '#FBAAB3'

red 251 ◦ green 170 ◦ blue 179

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

Shades of Light Pink #FBAAB3

Tints of Light Pink #FBAAB3

RGB

 RED value IS 251 (98.44% from 255) = 41.83%

 GREEN value IS 170 (66.8% from 255) = 28.33%

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

R = 41.83%
G = 28.33%
B = 29.83%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#FBAAB3 (or 0xFBAAB3) is known color: Light Pink. HEX triplet: FB, AA and B3. RGB value is (251,170,179). Sum of RGB (Red+Green+Blue) = 251+170+179=600 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.83% from 600); Green value is 170 (66.80% from 255 or 28.33% from 600); Blue value is 179 (70.31% from 255 or 29.83% from 600); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAAB3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAAB3 is #04554C. Grayscale: #C3C3C3. Windows color (decimal): -283981 or 11774715. OLE color: 11774715.

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

Color convert

RGB 251 170 179 -
CMYK 0 0.32 0.29 0.02
HSL 353.33º 0.91% 0.83% -
HSV(B) 353.33º 0.32% 0.98% -
XYZ 62.3 52.51 49.5 -
YUV 195.25 118.84 167.77 -
System Red Green Blue C M Y K H S L
Decimal 251 170 179 0 0.32 0.29 0.02 353.33 0.91 0.83
Hex FB AA B3 0 20 1D 2 161 5B 53
Octal 373 252 263 0 40 35 2 541 133 123
Binary 11111011 10101010 10110011 0 100000 11101 10 101100001 1011011 1010011

Color Harmonies of #FBAAB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBAAB3

Black with #FBAAB3

Text Example


Text Example

White with #FBAAB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBAAB3; }

 p { color: rgb(251,170,179); }

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

background-color css

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

 a { background-color: rgb(251,170,179); }

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

border-color css

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

 span { border-color: rgb(251,170,179); }

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