#FBAFBB

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

Shades of Light Pink #FBAFBB

Tints of Light Pink #FBAFBB

Color information

#FBAFBB (or 0xFBAFBB) is unknown color: approx Light Pink. HEX triplet: FB, AF and BB. RGB value is (251,175,187). Sum of RGB (Red+Green+Blue) = 251+175+187=613 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.95% from 613); Green value is 175 (68.75% from 255 or 28.55% from 613); Blue value is 187 (73.44% from 255 or 30.51% from 613); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAFBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAFBB is #045044. Grayscale: #C7C7C7. Windows color (decimal): -282693 or 12300283. OLE color: 12300283.

HSL color Cylindrical-coordinate representation of color #FBAFBB: hue angle of 350.53º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FBAFBB is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB251175187-
CMYK00.300.250.02
HSL350.53º90.48%83.53%-
HSV(B)350.53º30.28%98.43%-
XYZ64.0854.7654.21-
YUV199.09121.18165.02-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.95%
GREEN value IS 175 (68.75% from 255) = 28.55%
BLUE value IS 187 (73.44% from 255) = 30.51%
R=40.95%
G=28.55%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117518700.300.250.02350.5390.4883.53
HexFBAFBB01E19215f5a54
Octal373257273036312537132124
Binary111110111010111110111011011110110011010101111110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAFBB; }

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

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

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

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

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

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

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

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