Html Css Color HEX #FBACBB Light Pink

📋 copy color: '#FBACBB'

red 251 ◦ green 172 ◦ blue 187

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

Shades of Light Pink #FBACBB

Tints of Light Pink #FBACBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 30.66%

R = 41.15%
G = 28.2%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#FBACBB (or 0xFBACBB) is known color: Light Pink. HEX triplet: FB, AC and BB. RGB value is (251,172,187). Sum of RGB (Red+Green+Blue) = 251+172+187=610 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.15% from 610); Green value is 172 (67.58% from 255 or 28.20% from 610); Blue value is 187 (73.44% from 255 or 30.66% from 610); Max value from RGB is 251 - color contains mainly: red. Hex color #FBACBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBACBB is #045344. Grayscale: #C5C5C5. Windows color (decimal): -283461 or 12299515. OLE color: 12299515.

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

Color convert

RGB 251 172 187 -
CMYK 0 0.31 0.25 0.02
HSL 348.61º 0.91% 0.83% -
HSV(B) 348.61º 0.31% 0.98% -
XYZ 63.51 53.6 54.01 -
YUV 197.33 122.17 166.28 -
System Red Green Blue C M Y K H S L
Decimal 251 172 187 0 0.31 0.25 0.02 348.61 0.91 0.83
Hex FB AC BB 0 1F 19 2 15D 5B 53
Octal 373 254 273 0 37 31 2 535 133 123
Binary 11111011 10101100 10111011 0 11111 11001 10 101011101 1011011 1010011

Color Harmonies of #FBACBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBACBB

Black with #FBACBB

Text Example


Text Example

White with #FBACBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBACBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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