#F8AEDC

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

Shades of Lavender Pink #F8AEDC

Tints of Lavender Pink #F8AEDC

Color information

#F8AEDC (or 0xF8AEDC) is unknown color: approx Lavender Pink. HEX triplet: F8, AE and DC. RGB value is (248,174,220). Sum of RGB (Red+Green+Blue) = 248+174+220=642 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.63% from 642); Green value is 174 (68.36% from 255 or 27.10% from 642); Blue value is 220 (86.33% from 255 or 34.27% from 642); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AEDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8AEDC is #075123. Grayscale: #C9C9C9. Windows color (decimal): -479524 or 14462712. OLE color: 14462712.

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

Color convert

RGB248174220-
CMYK00.300.110.03
HSL322.7º84.09%82.75%-
HSV(B)322.7º29.84%97.25%-
XYZ66.7755.474.88-
YUV201.37138.52161.26-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.63%
GREEN value IS 174 (68.36% from 255) = 27.10%
BLUE value IS 220 (86.33% from 255) = 34.27%
R=38.63%
G=27.10%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24817422000.300.110.03322.784.0982.75
HexF8AEDC01EB31435453
Octal370256334036133503124123
Binary11111000101011101101110001111010111110100001110101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8AEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8AEDC; }

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

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

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

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

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

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

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

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