#FB95EE

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

Shades of Lavender Rose #FB95EE

Tints of Lavender Rose #FB95EE

Color information

#FB95EE (or 0xFB95EE) is unknown color: approx Lavender Rose. HEX triplet: FB, 95 and EE. RGB value is (251,149,238). Sum of RGB (Red+Green+Blue) = 251+149+238=638 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.34% from 638); Green value is 149 (58.59% from 255 or 23.35% from 638); Blue value is 238 (93.36% from 255 or 37.30% from 638); Max value from RGB is 251 - color contains mainly: red. Hex color #FB95EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB95EE is #046A11. Grayscale: #BDBDBD. Windows color (decimal): -289298 or 15635963. OLE color: 15635963.

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

Color convert

RGB251149238-
CMYK00.410.050.02
HSL307.65º92.73%78.43%-
HSV(B)307.65º40.64%98.43%-
XYZ65.9648.1886.71-
YUV189.64155.29171.76-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.34%
GREEN value IS 149 (58.59% from 255) = 23.35%
BLUE value IS 238 (93.36% from 255) = 37.30%
R=39.34%
G=23.35%
B=37.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25114923800.410.050.02307.6592.7378.43
HexFB95EE029521345d4e
Octal37322535605152464135116
Binary11111011100101011110111001010011011010011010010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB95EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB95EE; }

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

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

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

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

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

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

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

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