#FB95D6

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

Shades of Lavender Rose #FB95D6

Tints of Lavender Rose #FB95D6

Color information

#FB95D6 (or 0xFB95D6) is unknown color: approx Lavender Rose. HEX triplet: FB, 95 and D6. RGB value is (251,149,214). Sum of RGB (Red+Green+Blue) = 251+149+214=614 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.88% from 614); Green value is 149 (58.59% from 255 or 24.27% from 614); Blue value is 214 (83.98% from 255 or 34.85% from 614); Max value from RGB is 251 - color contains mainly: red. Hex color #FB95D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB95D6 is #046A29. Grayscale: #BABABA. Windows color (decimal): -289322 or 14063099. OLE color: 14063099.

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

Color convert

RGB251149214-
CMYK00.410.150.02
HSL321.76º92.73%78.43%-
HSV(B)321.76º40.64%98.43%-
XYZ62.6746.8669.36-
YUV186.91143.29173.71-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.88%
GREEN value IS 149 (58.59% from 255) = 24.27%
BLUE value IS 214 (83.98% from 255) = 34.85%
R=40.88%
G=24.27%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25114921400.410.150.02321.7692.7378.43
HexFB95D6029F21425d4e
Octal373225326051172502135116
Binary111110111001010111010110010100111111010100001010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB95D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB95D6; }

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

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

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

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

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

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

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

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