#F99FD4

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

Shades of Lavender Pink #F99FD4

Tints of Lavender Pink #F99FD4

Color information

#F99FD4 (or 0xF99FD4) is unknown color: approx Lavender Pink. HEX triplet: F9, 9F and D4. RGB value is (249,159,212). Sum of RGB (Red+Green+Blue) = 249+159+212=620 (82% of max value = 765). Red value is 249 (97.66% from 255 or 40.16% from 620); Green value is 159 (62.5% from 255 or 25.65% from 620); Blue value is 212 (83.20% from 255 or 34.19% from 620); Max value from RGB is 249 - color contains mainly: red. Hex color #F99FD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F99FD4 is #06602B. Grayscale: #BFBFBF. Windows color (decimal): -417836 or 13934585. OLE color: 13934585.

HSL color Cylindrical-coordinate representation of color #F99FD4: hue angle of 324.67º 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 #F99FD4 is Cyan = 0, Magento = 0.36, Yellow = 0.15 and Black (K on CMYK) = 0.02.

Color convert

RGB249159212-
CMYK00.360.150.02
HSL324.67º88.24%80%-
HSV(B)324.67º36.14%97.65%-
XYZ63.3549.6968.54-
YUV191.95139.32168.69-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.16%
GREEN value IS 159 (62.5% from 255) = 25.65%
BLUE value IS 212 (83.20% from 255) = 34.19%
R=40.16%
G=25.65%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24915921200.360.150.02324.6788.2480
HexF99FD4024F21455850
Octal371237324044172505130120
Binary111110011001111111010100010010011111010100010110110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F99FD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F99FD4; }

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

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

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

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

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

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

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

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