#FB95D7

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

Shades of Lavender Rose #FB95D7

Tints of Lavender Rose #FB95D7

Color information

#FB95D7 (or 0xFB95D7) is unknown color: approx Lavender Rose. HEX triplet: FB, 95 and D7. RGB value is (251,149,215). Sum of RGB (Red+Green+Blue) = 251+149+215=615 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.81% from 615); Green value is 149 (58.59% from 255 or 24.23% from 615); Blue value is 215 (84.38% from 255 or 34.96% from 615); Max value from RGB is 251 - color contains mainly: red. Hex color #FB95D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB95D7 is #046A28. Grayscale: #BABABA. Windows color (decimal): -289321 or 14128635. OLE color: 14128635.

HSL color Cylindrical-coordinate representation of color #FB95D7: hue angle of 321.18º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FB95D7 is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB251149215-
CMYK00.410.140.02
HSL321.18º92.73%78.43%-
HSV(B)321.18º40.64%98.43%-
XYZ62.846.9170.03-
YUV187.02143.79173.63-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.81%
GREEN value IS 149 (58.59% from 255) = 24.23%
BLUE value IS 215 (84.38% from 255) = 34.96%
R=40.81%
G=24.23%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25114921500.410.140.02321.1892.7378.43
HexFB95D7029E21415d4e
Octal373225327051162501135116
Binary111110111001010111010111010100111101010100000110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB95D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB95D7; }

 p { color: rgb(251,149,215); }

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

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

 a { background-color: rgb(251,149,215); }

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

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

 span { border-color: rgb(251,149,215); }

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