Html Css Color HEX #FBABB2 Light Pink

📋 copy color: '#FBABB2'

red 251 ◦ green 171 ◦ blue 178

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

Shades of Light Pink #FBABB2

Tints of Light Pink #FBABB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 29.67%

R = 41.83%
G = 28.5%
B = 29.67%

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

#FBABB2 (or 0xFBABB2) is known color: Light Pink. HEX triplet: FB, AB and B2. RGB value is (251,171,178). Sum of RGB (Red+Green+Blue) = 251+171+178=600 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.83% from 600); Green value is 171 (67.19% from 255 or 28.5% from 600); Blue value is 178 (69.92% from 255 or 29.67% from 600); Max value from RGB is 251 - color contains mainly: red. Hex color #FBABB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBABB2 is #04544D. Grayscale: #C3C3C3. Windows color (decimal): -283726 or 11709435. OLE color: 11709435.

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

Color convert

RGB 251 171 178 -
CMYK 0 0.32 0.29 0.02
HSL 354.75º 0.91% 0.83% -
HSV(B) 354.75º 0.32% 0.98% -
XYZ 62.38 52.85 49.03 -
YUV 195.72 118 167.43 -
System Red Green Blue C M Y K H S L
Decimal 251 171 178 0 0.32 0.29 0.02 354.75 0.91 0.83
Hex FB AB B2 0 20 1D 2 163 5B 53
Octal 373 253 262 0 40 35 2 543 133 123
Binary 11111011 10101011 10110010 0 100000 11101 10 101100011 1011011 1010011

Color Harmonies of #FBABB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBABB2

Black with #FBABB2

Text Example


Text Example

White with #FBABB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBABB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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