#F8AFDC

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

Shades of Lavender Pink #F8AFDC

Tints of Lavender Pink #F8AFDC

Color information

#F8AFDC (or 0xF8AFDC) is unknown color: approx Lavender Pink. HEX triplet: F8, AF and DC. RGB value is (248,175,220). Sum of RGB (Red+Green+Blue) = 248+175+220=643 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.57% from 643); Green value is 175 (68.75% from 255 or 27.22% from 643); Blue value is 220 (86.33% from 255 or 34.21% from 643); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AFDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8AFDC is #075023. Grayscale: #C9C9C9. Windows color (decimal): -479268 or 14462968. OLE color: 14462968.

HSL color Cylindrical-coordinate representation of color #F8AFDC: hue angle of 323.01º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F8AFDC is Cyan = 0, Magento = 0.29, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB248175220-
CMYK00.290.110.03
HSL323.01º83.91%82.94%-
HSV(B)323.01º29.44%97.25%-
XYZ66.9655.7874.95-
YUV201.96138.18160.84-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.57%
GREEN value IS 175 (68.75% from 255) = 27.22%
BLUE value IS 220 (86.33% from 255) = 34.21%
R=38.57%
G=27.22%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24817522000.290.110.03323.0183.9182.94
HexF8AFDC01DB31435453
Octal370257334035133503124123
Binary11111000101011111101110001110110111110100001110101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8AFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8AFDC; }

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

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

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

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

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

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

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

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