#FB95DA

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

Shades of Lavender Rose #FB95DA

Tints of Lavender Rose #FB95DA

Color information

#FB95DA (or 0xFB95DA) is unknown color: approx Lavender Rose. HEX triplet: FB, 95 and DA. RGB value is (251,149,218). Sum of RGB (Red+Green+Blue) = 251+149+218=618 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.61% from 618); Green value is 149 (58.59% from 255 or 24.11% from 618); Blue value is 218 (85.55% from 255 or 35.28% from 618); Max value from RGB is 251 - color contains mainly: red. Hex color #FB95DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB95DA is #046A25. Grayscale: #BBBBBB. Windows color (decimal): -289318 or 14325243. OLE color: 14325243.

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

Color convert

RGB251149218-
CMYK00.410.130.02
HSL319.41º92.73%78.43%-
HSV(B)319.41º40.64%98.43%-
XYZ63.1947.0772.08-
YUV187.36145.29173.39-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.61%
GREEN value IS 149 (58.59% from 255) = 24.11%
BLUE value IS 218 (85.55% from 255) = 35.28%
R=40.61%
G=24.11%
B=35.28%

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
Decimal25114921800.410.130.02319.4192.7378.43
HexFB95DA029D213f5d4e
Octal373225332051152477135116
Binary111110111001010111011010010100111011010011111110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB95DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB95DA; }

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

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

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

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

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

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

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

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