Html Css Color HEX #FBABBC Light Pink

📋 copy color: '#FBABBC'

red 251 ◦ green 171 ◦ blue 188

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

Shades of Light Pink #FBABBC

Tints of Light Pink #FBABBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 30.82%

R = 41.15%
G = 28.03%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#FBABBC (or 0xFBABBC) is known color: Light Pink. HEX triplet: FB, AB and BC. RGB value is (251,171,188). Sum of RGB (Red+Green+Blue) = 251+171+188=610 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.15% from 610); Green value is 171 (67.19% from 255 or 28.03% from 610); Blue value is 188 (73.83% from 255 or 30.82% from 610); Max value from RGB is 251 - color contains mainly: red. Hex color #FBABBC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBABBC is #045443. Grayscale: #C4C4C4. Windows color (decimal): -283716 or 12364795. OLE color: 12364795.

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

Color convert

RGB 251 171 188 -
CMYK 0 0.32 0.25 0.02
HSL 347.25º 0.91% 0.83% -
HSV(B) 347.25º 0.32% 0.98% -
XYZ 63.42 53.27 54.52 -
YUV 196.86 123 166.62 -
System Red Green Blue C M Y K H S L
Decimal 251 171 188 0 0.32 0.25 0.02 347.25 0.91 0.83
Hex FB AB BC 0 20 19 2 15B 5B 53
Octal 373 253 274 0 40 31 2 533 133 123
Binary 11111011 10101011 10111100 0 100000 11001 10 101011011 1011011 1010011

Color Harmonies of #FBABBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBABBC

Black with #FBABBC

Text Example


Text Example

White with #FBABBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBABBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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