Html Css Color HEX #FBABAD Light Pink

📋 copy color: '#FBABAD'

red 251 ◦ green 171 ◦ blue 173

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

Shades of Light Pink #FBABAD

Tints of Light Pink #FBABAD

RGB

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

 GREEN value IS 171 (67.19% from 255) = 28.74%

 BLUE value IS 173 (67.97% from 255) = 29.08%

R = 42.18%
G = 28.74%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#FBABAD (or 0xFBABAD) is known color: Light Pink. HEX triplet: FB, AB and AD. RGB value is (251,171,173). Sum of RGB (Red+Green+Blue) = 251+171+173=595 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.18% from 595); Green value is 171 (67.19% from 255 or 28.74% from 595); Blue value is 173 (67.97% from 255 or 29.08% from 595); Max value from RGB is 251 - color contains mainly: red. Hex color #FBABAD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBABAD is #045452. Grayscale: #C3C3C3. Windows color (decimal): -283731 or 11381755. OLE color: 11381755.

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

Color convert

RGB 251 171 173 -
CMYK 0 0.32 0.31 0.02
HSL 358.5º 0.91% 0.83% -
HSV(B) 358.5º 0.32% 0.98% -
XYZ 61.89 52.65 46.44 -
YUV 195.15 115.5 167.84 -
System Red Green Blue C M Y K H S L
Decimal 251 171 173 0 0.32 0.31 0.02 358.5 0.91 0.83
Hex FB AB AD 0 20 1F 2 166 5B 53
Octal 373 253 255 0 40 37 2 546 133 123
Binary 11111011 10101011 10101101 0 100000 11111 10 101100110 1011011 1010011

Color Harmonies of #FBABAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBABAD

Black with #FBABAD

Text Example


Text Example

White with #FBABAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBABAD; }

 p { color: rgb(251,171,173); }

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

background-color css

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

 a { background-color: rgb(251,171,173); }

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

border-color css

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

 span { border-color: rgb(251,171,173); }

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