#FB98EE

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

Shades of Lavender Rose #FB98EE

Tints of Lavender Rose #FB98EE

Color information

#FB98EE (or 0xFB98EE) is unknown color: approx Lavender Rose. HEX triplet: FB, 98 and EE. RGB value is (251,152,238). Sum of RGB (Red+Green+Blue) = 251+152+238=641 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.16% from 641); Green value is 152 (59.77% from 255 or 23.71% from 641); Blue value is 238 (93.36% from 255 or 37.13% from 641); Max value from RGB is 251 - color contains mainly: red. Hex color #FB98EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB98EE is #046711. Grayscale: #BFBFBF. Windows color (decimal): -288530 or 15636731. OLE color: 15636731.

HSL color Cylindrical-coordinate representation of color #FB98EE: hue angle of 307.88º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FB98EE is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB251152238-
CMYK00.390.050.02
HSL307.88º92.52%79.02%-
HSV(B)307.88º39.44%98.43%-
XYZ66.4449.1486.87-
YUV191.4154.3170.51-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.16%
GREEN value IS 152 (59.77% from 255) = 23.71%
BLUE value IS 238 (93.36% from 255) = 37.13%
R=39.16%
G=23.71%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25115223800.390.050.02307.8892.5279.02
HexFB98EE027521345d4f
Octal37323035604752464135117
Binary11111011100110001110111001001111011010011010010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB98EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB98EE; }

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

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

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

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

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

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

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

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