#F8ADDB

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

Shades of Lavender Pink #F8ADDB

Tints of Lavender Pink #F8ADDB

Color information

#F8ADDB (or 0xF8ADDB) is unknown color: approx Lavender Pink. HEX triplet: F8, AD and DB. RGB value is (248,173,219). Sum of RGB (Red+Green+Blue) = 248+173+219=640 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.75% from 640); Green value is 173 (67.97% from 255 or 27.03% from 640); Blue value is 219 (85.94% from 255 or 34.22% from 640); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ADDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8ADDB is #075224. Grayscale: #C8C8C8. Windows color (decimal): -479781 or 14396920. OLE color: 14396920.

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

Color convert

RGB248173219-
CMYK00.300.120.03
HSL323.2º84.27%82.55%-
HSV(B)323.2º30.24%97.25%-
XYZ66.4454.9674.12-
YUV200.67138.35161.76-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.75%
GREEN value IS 173 (67.97% from 255) = 27.03%
BLUE value IS 219 (85.94% from 255) = 34.22%
R=38.75%
G=27.03%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.12
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24817321900.300.120.03323.284.2782.55
HexF8ADDB01EC31435453
Octal370255333036143503124123
Binary11111000101011011101101101111011001110100001110101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8ADDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8ADDB; }

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

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

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

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

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

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

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

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