#FB95DB

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

Shades of Lavender Rose #FB95DB

Tints of Lavender Rose #FB95DB

Color information

#FB95DB (or 0xFB95DB) is unknown color: approx Lavender Rose. HEX triplet: FB, 95 and DB. RGB value is (251,149,219). Sum of RGB (Red+Green+Blue) = 251+149+219=619 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.55% from 619); Green value is 149 (58.59% from 255 or 24.07% from 619); Blue value is 219 (85.94% from 255 or 35.38% from 619); Max value from RGB is 251 - color contains mainly: red. Hex color #FB95DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB95DB is #046A24. Grayscale: #BBBBBB. Windows color (decimal): -289317 or 14390779. OLE color: 14390779.

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

Color convert

RGB251149219-
CMYK00.410.130.02
HSL318.82º92.73%78.43%-
HSV(B)318.82º40.64%98.43%-
XYZ63.3247.1272.78-
YUV187.48145.79173.31-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.55%
GREEN value IS 149 (58.59% from 255) = 24.07%
BLUE value IS 219 (85.94% from 255) = 35.38%
R=40.55%
G=24.07%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25114921900.410.130.02318.8292.7378.43
HexFB95DB029D213f5d4e
Octal373225333051152477135116
Binary111110111001010111011011010100111011010011111110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB95DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB95DB; }

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

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

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

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

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

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

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

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