Html Css Color HEX #F8ADDB Lavender Pink

📋 copy color: '#F8ADDB'

red 248 ◦ green 173 ◦ blue 219

#F8ADDB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender Pink #F8ADDB

Tints of Lavender Pink #F8ADDB

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 value IS 0

 M value IS 0.30

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#F8ADDB (or 0xF8ADDB) is known color: 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

RGB 248 173 219 -
CMYK 0 0.30 0.12 0.03
HSL 323.2º 0.84% 0.83% -
HSV(B) 323.2º 0.3% 0.97% -
XYZ 66.44 54.96 74.12 -
YUV 200.67 138.35 161.76 -
System Red Green Blue C M Y K H S L
Decimal 248 173 219 0 0.30 0.12 0.03 323.2 0.84 0.83
Hex F8 AD DB 0 1E C 3 143 54 53
Octal 370 255 333 0 36 14 3 503 124 123
Binary 11111000 10101101 11011011 0 11110 1100 11 101000011 1010100 1010011

Color Harmonies of #F8ADDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8ADDB

Black with #F8ADDB

Text Example


Text Example

White with #F8ADDB

Text Example


Text Example

HTML Codes & Css Web 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>