#FBA8B8

Color #FBA8B8 Light Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Pink #FBA8B8

Tints of Light Pink #FBA8B8

Color information

#FBA8B8 (or 0xFBA8B8) is unknown color: approx Light Pink. HEX triplet: FB, A8 and B8. RGB value is (251,168,184). Sum of RGB (Red+Green+Blue) = 251+168+184=603 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.63% from 603); Green value is 168 (66.02% from 255 or 27.86% from 603); Blue value is 184 (72.27% from 255 or 30.51% from 603); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA8B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA8B8 is #045747. Grayscale: #C2C2C2. Windows color (decimal): -284488 or 12101883. OLE color: 12101883.

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

Color convert

RGB251168184-
CMYK00.330.270.02
HSL348.43º91.21%82.16%-
HSV(B)348.43º33.07%98.43%-
XYZ62.4451.9852.09-
YUV194.64122168.2-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.63%
GREEN value IS 168 (66.02% from 255) = 27.86%
BLUE value IS 184 (72.27% from 255) = 30.51%
R=41.63%
G=27.86%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116818400.330.270.02348.4391.2182.16
HexFBA8B80211B215c5b52
Octal373250270041332534133122
Binary1111101110101000101110000100001110111010101110010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA8B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA8B8; }

 p { color: rgb(251,168,184); }

 H1.HeaderClassName
 {
   color: #FBA8B8;
 }
 .AnyTagClassName
 {
   color: #FBA8B8;
 }
</style>
background-color css

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

 a { background-color: rgb(251,168,184); }

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

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

 span { border-color: rgb(251,168,184); }

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