#F9AFDD

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

Shades of Lavender Pink #F9AFDD

Tints of Lavender Pink #F9AFDD

Color information

#F9AFDD (or 0xF9AFDD) is unknown color: approx Lavender Pink. HEX triplet: F9, AF and DD. RGB value is (249,175,221). Sum of RGB (Red+Green+Blue) = 249+175+221=645 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.60% from 645); Green value is 175 (68.75% from 255 or 27.13% from 645); Blue value is 221 (86.72% from 255 or 34.26% from 645); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AFDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9AFDD is #065022. Grayscale: #CACACA. Windows color (decimal): -413731 or 14528505. OLE color: 14528505.

HSL color Cylindrical-coordinate representation of color #F9AFDD: hue angle of 322.7º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F9AFDD is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB249175221-
CMYK00.300.110.02
HSL322.7º86.05%83.14%-
HSV(B)322.7º29.72%97.65%-
XYZ67.4556.0275.66-
YUV202.37138.52161.26-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 38.60%
GREEN value IS 175 (68.75% from 255) = 27.13%
BLUE value IS 221 (86.72% from 255) = 34.26%
R=38.60%
G=27.13%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24917522100.300.110.02322.786.0583.14
HexF9AFDD01EB21435653
Octal371257335036132503126123
Binary11111001101011111101110101111010111010100001110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9AFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9AFDD; }

 p { color: rgb(249,175,221); }

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

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

 a { background-color: rgb(249,175,221); }

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

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

 span { border-color: rgb(249,175,221); }

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