#FB95E6

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

Shades of Lavender Rose #FB95E6

Tints of Lavender Rose #FB95E6

Color information

#FB95E6 (or 0xFB95E6) is unknown color: approx Lavender Rose. HEX triplet: FB, 95 and E6. RGB value is (251,149,230). Sum of RGB (Red+Green+Blue) = 251+149+230=630 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.84% from 630); Green value is 149 (58.59% from 255 or 23.65% from 630); Blue value is 230 (90.23% from 255 or 36.51% from 630); Max value from RGB is 251 - color contains mainly: red. Hex color #FB95E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB95E6 is #046A19. Grayscale: #BCBCBC. Windows color (decimal): -289306 or 15111675. OLE color: 15111675.

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

Color convert

RGB251149230-
CMYK00.410.080.02
HSL312.35º92.73%78.43%-
HSV(B)312.35º40.64%98.43%-
XYZ64.8147.7280.66-
YUV188.73151.29172.41-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.84%
GREEN value IS 149 (58.59% from 255) = 23.65%
BLUE value IS 230 (90.23% from 255) = 36.51%
R=39.84%
G=23.65%
B=36.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25114923000.410.080.02312.3592.7378.43
HexFB95E6029821385d4e
Octal373225346051102470135116
Binary111110111001010111100110010100110001010011100010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB95E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB95E6; }

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

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

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

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

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

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

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

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