#F8AFDA

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

Shades of Lavender Pink #F8AFDA

Tints of Lavender Pink #F8AFDA

Color information

#F8AFDA (or 0xF8AFDA) is unknown color: approx Lavender Pink. HEX triplet: F8, AF and DA. RGB value is (248,175,218). Sum of RGB (Red+Green+Blue) = 248+175+218=641 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.69% from 641); Green value is 175 (68.75% from 255 or 27.30% from 641); Blue value is 218 (85.55% from 255 or 34.01% from 641); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AFDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8AFDA is #075025. Grayscale: #C9C9C9. Windows color (decimal): -479270 or 14331896. OLE color: 14331896.

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

Color convert

RGB248175218-
CMYK00.290.120.03
HSL324.66º83.91%82.94%-
HSV(B)324.66º29.44%97.25%-
XYZ66.755.6873.56-
YUV201.73137.18161-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.69%
GREEN value IS 175 (68.75% from 255) = 27.30%
BLUE value IS 218 (85.55% from 255) = 34.01%
R=38.69%
G=27.30%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.12
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24817521800.290.120.03324.6683.9182.94
HexF8AFDA01DC31455453
Octal370257332035143505124123
Binary11111000101011111101101001110111001110100010110101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8AFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8AFDA; }

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

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

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

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

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

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

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

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