#FD99EB

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

Shades of Lavender Rose #FD99EB

Tints of Lavender Rose #FD99EB

Color information

#FD99EB (or 0xFD99EB) is unknown color: approx Lavender Rose. HEX triplet: FD, 99 and EB. RGB value is (253,153,235). Sum of RGB (Red+Green+Blue) = 253+153+235=641 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.47% from 641); Green value is 153 (60.16% from 255 or 23.87% from 641); Blue value is 235 (92.19% from 255 or 36.66% from 641); Max value from RGB is 253 - color contains mainly: red. Hex color #FD99EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD99EB is #026614. Grayscale: #C0C0C0. Windows color (decimal): -157205 or 15440381. OLE color: 15440381.

HSL color Cylindrical-coordinate representation of color #FD99EB: hue angle of 310.8º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FD99EB is Cyan = 0, Magento = 0.40, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB253153235-
CMYK00.400.070.01
HSL310.8º96.15%79.61%-
HSV(B)310.8º39.53%99.22%-
XYZ66.8949.6684.66-
YUV192.25152.13171.33-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.47%
GREEN value IS 153 (60.16% from 255) = 23.87%
BLUE value IS 235 (92.19% from 255) = 36.66%
R=39.47%
G=23.87%
B=36.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25315323500.400.070.01310.896.1579.61
HexFD99EB028711376050
Octal37523135305071467140120
Binary1111110110011001111010110101000111110011011111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD99EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD99EB; }

 p { color: rgb(253,153,235); }

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

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

 a { background-color: rgb(253,153,235); }

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

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

 span { border-color: rgb(253,153,235); }

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