#F8ADD5

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

Shades of Lavender Pink #F8ADD5

Tints of Lavender Pink #F8ADD5

Color information

#F8ADD5 (or 0xF8ADD5) is unknown color: approx Lavender Pink. HEX triplet: F8, AD and D5. RGB value is (248,173,213). Sum of RGB (Red+Green+Blue) = 248+173+213=634 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.12% from 634); Green value is 173 (67.97% from 255 or 27.29% from 634); Blue value is 213 (83.59% from 255 or 33.60% from 634); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ADD5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8ADD5 is #07522A. Grayscale: #C7C7C7. Windows color (decimal): -479787 or 14003704. OLE color: 14003704.

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

Color convert

RGB248173213-
CMYK00.300.140.03
HSL328º84.27%82.55%-
HSV(B)328º30.24%97.25%-
XYZ65.6754.6570.04-
YUV199.98135.35162.25-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 39.12%
GREEN value IS 173 (67.97% from 255) = 27.29%
BLUE value IS 213 (83.59% from 255) = 33.60%
R=39.12%
G=27.29%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.14
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24817321300.300.140.0332884.2782.55
HexF8ADD501EE31485453
Octal370255325036163510124123
Binary11111000101011011101010101111011101110100100010101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8ADD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8ADD5; }

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

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

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

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

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

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

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

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