Html Css Color HEX #F8ADD0 Lavender Pink

📋 copy color: '#F8ADD0'

red 248 ◦ green 173 ◦ blue 208

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

Shades of Lavender Pink #F8ADD0

Tints of Lavender Pink #F8ADD0

RGB

 RED value IS 248 (97.27% from 255) = 39.43%

 GREEN value IS 173 (67.97% from 255) = 27.5%

 BLUE value IS 208 (81.64% from 255) = 33.07%

R = 39.43%
G = 27.5%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.16

 K value IS 0.03

RGB Variations

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

Color information

#F8ADD0 (or 0xF8ADD0) is known color: Lavender Pink. HEX triplet: F8, AD and D0. RGB value is (248,173,208). Sum of RGB (Red+Green+Blue) = 248+173+208=629 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.43% from 629); Green value is 173 (67.97% from 255 or 27.50% from 629); Blue value is 208 (81.64% from 255 or 33.07% from 629); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ADD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8ADD0 is #07522F. Grayscale: #C7C7C7. Windows color (decimal): -479792 or 13676024. OLE color: 13676024.

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

Color convert

RGB 248 173 208 -
CMYK 0 0.30 0.16 0.03
HSL 332º 0.84% 0.83% -
HSV(B) 332º 0.3% 0.97% -
XYZ 65.04 54.4 66.75 -
YUV 199.42 132.85 162.65 -
System Red Green Blue C M Y K H S L
Decimal 248 173 208 0 0.30 0.16 0.03 332 0.84 0.83
Hex F8 AD D0 0 1E 10 3 14C 54 53
Octal 370 255 320 0 36 20 3 514 124 123
Binary 11111000 10101101 11010000 0 11110 10000 11 101001100 1010100 1010011

Color Harmonies of #F8ADD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8ADD0

Black with #F8ADD0

Text Example


Text Example

White with #F8ADD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8ADD0; }

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

 H1.HeaderClassName
 {
   color: #F8ADD0;
 }
 .AnyTagClassName
 {
   color: #F8ADD0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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