Html Css Color HEX #FBACB9 Light Pink

📋 copy color: '#FBACB9'

red 251 ◦ green 172 ◦ blue 185

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

Shades of Light Pink #FBACB9

Tints of Light Pink #FBACB9

RGB

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

 GREEN value IS 172 (67.58% from 255) = 28.29%

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

R = 41.28%
G = 28.29%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#FBACB9 (or 0xFBACB9) is known color: Light Pink. HEX triplet: FB, AC and B9. RGB value is (251,172,185). Sum of RGB (Red+Green+Blue) = 251+172+185=608 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.28% from 608); Green value is 172 (67.58% from 255 or 28.29% from 608); Blue value is 185 (72.66% from 255 or 30.43% from 608); Max value from RGB is 251 - color contains mainly: red. Hex color #FBACB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBACB9 is #045346. Grayscale: #C5C5C5. Windows color (decimal): -283463 or 12168443. OLE color: 12168443.

HSL color Cylindrical-coordinate representation of color #FBACB9: hue angle of 350.13º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FBACB9 is Cyan = 0, Magento = 0.31, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 172 185 -
CMYK 0 0.31 0.26 0.02
HSL 350.13º 0.91% 0.83% -
HSV(B) 350.13º 0.31% 0.98% -
XYZ 63.29 53.52 52.89 -
YUV 197.1 121.17 166.44 -
System Red Green Blue C M Y K H S L
Decimal 251 172 185 0 0.31 0.26 0.02 350.13 0.91 0.83
Hex FB AC B9 0 1F 1A 2 15E 5B 53
Octal 373 254 271 0 37 32 2 536 133 123
Binary 11111011 10101100 10111001 0 11111 11010 10 101011110 1011011 1010011

Color Harmonies of #FBACB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBACB9

Black with #FBACB9

Text Example


Text Example

White with #FBACB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBACB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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