#FB99EA

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

Shades of Lavender Rose #FB99EA

Tints of Lavender Rose #FB99EA

Color information

#FB99EA (or 0xFB99EA) is unknown color: approx Lavender Rose. HEX triplet: FB, 99 and EA. RGB value is (251,153,234). Sum of RGB (Red+Green+Blue) = 251+153+234=638 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.34% from 638); Green value is 153 (60.16% from 255 or 23.98% from 638); Blue value is 234 (91.80% from 255 or 36.68% from 638); Max value from RGB is 251 - color contains mainly: red. Hex color #FB99EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB99EA is #046615. Grayscale: #BFBFBF. Windows color (decimal): -288278 or 15374843. OLE color: 15374843.

HSL color Cylindrical-coordinate representation of color #FB99EA: hue angle of 310.41º degrees, saturation: 0.92, 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 #FB99EA is Cyan = 0, Magento = 0.39, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB251153234-
CMYK00.390.070.02
HSL310.41º92.45%79.22%-
HSV(B)310.41º39.04%98.43%-
XYZ66.0349.2383.86-
YUV191.54151.97170.41-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.34%
GREEN value IS 153 (60.16% from 255) = 23.98%
BLUE value IS 234 (91.80% from 255) = 36.68%
R=39.34%
G=23.98%
B=36.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25115323400.390.070.02310.4192.4579.22
HexFB99EA027721365c4f
Octal37323135204772466134117
Binary11111011100110011110101001001111111010011011010111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB99EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB99EA; }

 p { color: rgb(251,153,234); }

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

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

 a { background-color: rgb(251,153,234); }

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

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

 span { border-color: rgb(251,153,234); }

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