#F9AFDC

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

Shades of Lavender Pink #F9AFDC

Tints of Lavender Pink #F9AFDC

Color information

#F9AFDC (or 0xF9AFDC) is unknown color: approx Lavender Pink. HEX triplet: F9, AF and DC. RGB value is (249,175,220). Sum of RGB (Red+Green+Blue) = 249+175+220=644 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.66% from 644); Green value is 175 (68.75% from 255 or 27.17% from 644); Blue value is 220 (86.33% from 255 or 34.16% from 644); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AFDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9AFDC is #065023. Grayscale: #CACACA. Windows color (decimal): -413732 or 14462969. OLE color: 14462969.

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

Color convert

RGB249175220-
CMYK00.300.120.02
HSL323.51º86.05%83.14%-
HSV(B)323.51º29.72%97.65%-
XYZ67.3255.9774.96-
YUV202.26138.02161.34-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 38.66%
GREEN value IS 175 (68.75% from 255) = 27.17%
BLUE value IS 220 (86.33% from 255) = 34.16%
R=38.66%
G=27.17%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24917522000.300.120.02323.5186.0583.14
HexF9AFDC01EC21445653
Octal371257334036142504126123
Binary11111001101011111101110001111011001010100010010101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9AFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9AFDC; }

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

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

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

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

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

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

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

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