#FF99FA

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

Shades of Lavender Rose #FF99FA

Tints of Lavender Rose #FF99FA

Color information

#FF99FA (or 0xFF99FA) is unknown color: approx Lavender Rose. HEX triplet: FF, 99 and FA. RGB value is (255,153,250). Sum of RGB (Red+Green+Blue) = 255+153+250=658 (87% of max value = 765). Red value is 255 (100% from 255 or 38.75% from 658); Green value is 153 (60.16% from 255 or 23.25% from 658); Blue value is 250 (98.05% from 255 or 37.99% from 658); Max value from RGB is 255 - color contains mainly: red. Hex color #FF99FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF99FA is #006605. Grayscale: #C2C2C2. Windows color (decimal): -26118 or 16423423. OLE color: 16423423.

HSL color Cylindrical-coordinate representation of color #FF99FA: hue angle of 302.94º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FF99FA is Cyan = 0, Magento = 0.4, Yellow = 0.02 and Black (K on CMYK) = 0.

Color convert

RGB255153250-
CMYK00.40.020
HSL302.94º100%80%-
HSV(B)302.94º40%100%-
XYZ69.8950.9496.59-
YUV194.56159.29171.11-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.75%
GREEN value IS 153 (60.16% from 255) = 23.25%
BLUE value IS 250 (98.05% from 255) = 37.99%
R=38.75%
G=23.25%
B=37.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515325000.40.020302.9410080
HexFF99FA0282012f6450
Octal37723137205020457144120
Binary111111111001100111111010010100010010010111111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF99FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF99FA; }

 p { color: rgb(255,153,250); }

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

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

 a { background-color: rgb(255,153,250); }

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

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

 span { border-color: rgb(255,153,250); }

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