Html Css Color HEX #FBAAB9 Light Pink

📋 copy color: '#FBAAB9'

red 251 ◦ green 170 ◦ blue 185

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

Shades of Light Pink #FBAAB9

Tints of Light Pink #FBAAB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 30.53%

R = 41.42%
G = 28.05%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#FBAAB9 (or 0xFBAAB9) is known color: Light Pink. HEX triplet: FB, AA and B9. RGB value is (251,170,185). Sum of RGB (Red+Green+Blue) = 251+170+185=606 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.42% from 606); Green value is 170 (66.80% from 255 or 28.05% from 606); Blue value is 185 (72.66% from 255 or 30.53% from 606); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAAB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAAB9 is #045546. Grayscale: #C3C3C3. Windows color (decimal): -283975 or 12167931. OLE color: 12167931.

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

Color convert

RGB 251 170 185 -
CMYK 0 0.32 0.26 0.02
HSL 348.89º 0.91% 0.83% -
HSV(B) 348.89º 0.32% 0.98% -
XYZ 62.92 52.76 52.77 -
YUV 195.93 121.84 167.28 -
System Red Green Blue C M Y K H S L
Decimal 251 170 185 0 0.32 0.26 0.02 348.89 0.91 0.83
Hex FB AA B9 0 20 1A 2 15D 5B 53
Octal 373 252 271 0 40 32 2 535 133 123
Binary 11111011 10101010 10111001 0 100000 11010 10 101011101 1011011 1010011

Color Harmonies of #FBAAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBAAB9

Black with #FBAAB9

Text Example


Text Example

White with #FBAAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBAAB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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