#FBAFBF

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

Shades of Light Pink #FBAFBF

Tints of Light Pink #FBAFBF

Color information

#FBAFBF (or 0xFBAFBF) is unknown color: approx Light Pink. HEX triplet: FB, AF and BF. RGB value is (251,175,191). Sum of RGB (Red+Green+Blue) = 251+175+191=617 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.68% from 617); Green value is 175 (68.75% from 255 or 28.36% from 617); Blue value is 191 (75% from 255 or 30.96% from 617); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAFBF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAFBF is #045040. Grayscale: #C7C7C7. Windows color (decimal): -282689 or 12562427. OLE color: 12562427.

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

Color convert

RGB251175191-
CMYK00.300.240.02
HSL347.37º90.48%83.53%-
HSV(B)347.37º30.28%98.43%-
XYZ64.5254.9356.49-
YUV199.55123.18164.7-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.68%
GREEN value IS 175 (68.75% from 255) = 28.36%
BLUE value IS 191 (75% from 255) = 30.96%
R=40.68%
G=28.36%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117519100.300.240.02347.3790.4883.53
HexFBAFBF01E18215b5a54
Octal373257277036302533132124
Binary111110111010111110111111011110110001010101101110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAFBF; }

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

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

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

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

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

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

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

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