Html Css Color HEX #FBAAB4 Light Pink

📋 copy color: '#FBAAB4'

red 251 ◦ green 170 ◦ blue 180

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

Shades of Light Pink #FBAAB4

Tints of Light Pink #FBAAB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 29.95%

R = 41.76%
G = 28.29%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#FBAAB4 (or 0xFBAAB4) is known color: Light Pink. HEX triplet: FB, AA and B4. RGB value is (251,170,180). Sum of RGB (Red+Green+Blue) = 251+170+180=601 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.76% from 601); Green value is 170 (66.80% from 255 or 28.29% from 601); Blue value is 180 (70.70% from 255 or 29.95% from 601); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAAB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAAB4 is #04554B. Grayscale: #C3C3C3. Windows color (decimal): -283980 or 11840251. OLE color: 11840251.

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

Color convert

RGB 251 170 180 -
CMYK 0 0.32 0.28 0.02
HSL 352.59º 0.91% 0.83% -
HSV(B) 352.59º 0.32% 0.98% -
XYZ 62.4 52.55 50.04 -
YUV 195.36 119.34 167.69 -
System Red Green Blue C M Y K H S L
Decimal 251 170 180 0 0.32 0.28 0.02 352.59 0.91 0.83
Hex FB AA B4 0 20 1C 2 161 5B 53
Octal 373 252 264 0 40 34 2 541 133 123
Binary 11111011 10101010 10110100 0 100000 11100 10 101100001 1011011 1010011

Color Harmonies of #FBAAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBAAB4

Black with #FBAAB4

Text Example


Text Example

White with #FBAAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBAAB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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