#F0AED8

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

Shades of Lavender Pink #F0AED8

Tints of Lavender Pink #F0AED8

Color information

#F0AED8 (or 0xF0AED8) is unknown color: approx Lavender Pink. HEX triplet: F0, AE and D8. RGB value is (240,174,216). Sum of RGB (Red+Green+Blue) = 240+174+216=630 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.10% from 630); Green value is 174 (68.36% from 255 or 27.62% from 630); Blue value is 216 (84.77% from 255 or 34.29% from 630); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AED8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0AED8 is #0F5127. Grayscale: #C6C6C6. Windows color (decimal): -1003816 or 14200560. OLE color: 14200560.

HSL color Cylindrical-coordinate representation of color #F0AED8: hue angle of 321.82º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F0AED8 is Cyan = 0, Magento = 0.28, Yellow = 0.1 and Black (K on CMYK) = 0.06.

Color convert

RGB240174216-
CMYK00.280.10.06
HSL321.82º68.75%81.18%-
HSV(B)321.82º27.5%94.12%-
XYZ63.4753.7672-
YUV198.52137.87157.58-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.10%
GREEN value IS 174 (68.36% from 255) = 27.62%
BLUE value IS 216 (84.77% from 255) = 34.29%
R=38.10%
G=27.62%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.1
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017421600.280.10.06321.8268.7581.18
HexF0AED801CA61424551
Octal360256330034126502105121
Binary111100001010111011011000011100101011010100001010001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0AED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0AED8; }

 p { color: rgb(240,174,216); }

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

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

 a { background-color: rgb(240,174,216); }

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

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

 span { border-color: rgb(240,174,216); }

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