#F8ADDC

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

Shades of Lavender Pink #F8ADDC

Tints of Lavender Pink #F8ADDC

Color information

#F8ADDC (or 0xF8ADDC) is unknown color: approx Lavender Pink. HEX triplet: F8, AD and DC. RGB value is (248,173,220). Sum of RGB (Red+Green+Blue) = 248+173+220=641 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.69% from 641); Green value is 173 (67.97% from 255 or 26.99% from 641); Blue value is 220 (86.33% from 255 or 34.32% from 641); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ADDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8ADDC is #075223. Grayscale: #C8C8C8. Windows color (decimal): -479780 or 14462456. OLE color: 14462456.

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

Color convert

RGB248173220-
CMYK00.300.110.03
HSL322.4º84.27%82.55%-
HSV(B)322.4º30.24%97.25%-
XYZ66.5755.0174.82-
YUV200.78138.85161.68-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.69%
GREEN value IS 173 (67.97% from 255) = 26.99%
BLUE value IS 220 (86.33% from 255) = 34.32%
R=38.69%
G=26.99%
B=34.32%

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
Decimal24817322000.300.110.03322.484.2782.55
HexF8ADDC01EB31425453
Octal370255334036133502124123
Binary11111000101011011101110001111010111110100001010101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8ADDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8ADDC; }

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

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

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

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

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

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

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

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