#F99FD2

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

Shades of Lavender Pink #F99FD2

Tints of Lavender Pink #F99FD2

Color information

#F99FD2 (or 0xF99FD2) is unknown color: approx Lavender Pink. HEX triplet: F9, 9F and D2. RGB value is (249,159,210). Sum of RGB (Red+Green+Blue) = 249+159+210=618 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.29% from 618); Green value is 159 (62.5% from 255 or 25.73% from 618); Blue value is 210 (82.42% from 255 or 33.98% from 618); Max value from RGB is 249 - color contains mainly: red. Hex color #F99FD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F99FD2 is #06602D. Grayscale: #BFBFBF. Windows color (decimal): -417838 or 13803513. OLE color: 13803513.

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

Color convert

RGB249159210-
CMYK00.360.160.02
HSL326º88.24%80%-
HSV(B)326º36.14%97.65%-
XYZ63.149.5967.22-
YUV191.72138.32168.85-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.29%
GREEN value IS 159 (62.5% from 255) = 25.73%
BLUE value IS 210 (82.42% from 255) = 33.98%
R=40.29%
G=25.73%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24915921000.360.160.0232688.2480
HexF99FD20241021465850
Octal371237322044202506130120
Binary1111100110011111110100100100100100001010100011010110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F99FD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F99FD2; }

 p { color: rgb(249,159,210); }

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

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

 a { background-color: rgb(249,159,210); }

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

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

 span { border-color: rgb(249,159,210); }

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