#FBAFDB

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

Shades of Lavender Pink #FBAFDB

Tints of Lavender Pink #FBAFDB

Color information

#FBAFDB (or 0xFBAFDB) is unknown color: approx Lavender Pink. HEX triplet: FB, AF and DB. RGB value is (251,175,219). Sum of RGB (Red+Green+Blue) = 251+175+219=645 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.91% from 645); Green value is 175 (68.75% from 255 or 27.13% from 645); Blue value is 219 (85.94% from 255 or 33.95% from 645); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAFDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAFDB is #045024. Grayscale: #CACACA. Windows color (decimal): -282661 or 14397435. OLE color: 14397435.

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

Color convert

RGB251175219-
CMYK00.300.130.02
HSL325.26º90.48%83.53%-
HSV(B)325.26º30.28%98.43%-
XYZ67.956.2874.3-
YUV202.74137.18162.42-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.91%
GREEN value IS 175 (68.75% from 255) = 27.13%
BLUE value IS 219 (85.94% from 255) = 33.95%
R=38.91%
G=27.13%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117521900.300.130.02325.2690.4883.53
HexFBAFDB01ED21455a54
Octal373257333036152505132124
Binary11111011101011111101101101111011011010100010110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAFDB; }

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

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

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

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

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

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

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

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