#F5AFDC

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

Shades of Lavender Pink #F5AFDC

Tints of Lavender Pink #F5AFDC

Color information

#F5AFDC (or 0xF5AFDC) is unknown color: approx Lavender Pink. HEX triplet: F5, AF and DC. RGB value is (245,175,220). Sum of RGB (Red+Green+Blue) = 245+175+220=640 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.28% from 640); Green value is 175 (68.75% from 255 or 27.34% from 640); Blue value is 220 (86.33% from 255 or 34.38% from 640); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AFDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5AFDC is #0A5023. Grayscale: #C8C8C8. Windows color (decimal): -675876 or 14462965. OLE color: 14462965.

HSL color Cylindrical-coordinate representation of color #F5AFDC: hue angle of 321.43º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F5AFDC is Cyan = 0, Magento = 0.29, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB245175220-
CMYK00.290.100.04
HSL321.43º77.78%82.35%-
HSV(B)321.43º28.57%96.08%-
XYZ65.955.2474.9-
YUV201.06138.69159.34-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.28%
GREEN value IS 175 (68.75% from 255) = 27.34%
BLUE value IS 220 (86.33% from 255) = 34.38%
R=38.28%
G=27.34%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24517522000.290.100.04321.4377.7882.35
HexF5AFDC01DA41414e52
Octal365257334035124501116122
Binary111101011010111111011100011101101010010100000110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5AFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5AFDC; }

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

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

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

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

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

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

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

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