Html Css Color HEX #F8ADDA Lavender Pink

📋 copy color: '#F8ADDA'

red 248 ◦ green 173 ◦ blue 218

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

Shades of Lavender Pink #F8ADDA

Tints of Lavender Pink #F8ADDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 34.12%

R = 38.81%
G = 27.07%
B = 34.12%

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

#F8ADDA (or 0xF8ADDA) is known color: Lavender Pink. HEX triplet: F8, AD and DA. RGB value is (248,173,218). Sum of RGB (Red+Green+Blue) = 248+173+218=639 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.81% from 639); Green value is 173 (67.97% from 255 or 27.07% from 639); Blue value is 218 (85.55% from 255 or 34.12% from 639); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ADDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8ADDA is #075225. Grayscale: #C8C8C8. Windows color (decimal): -479782 or 14331384. OLE color: 14331384.

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

Color convert

RGB 248 173 218 -
CMYK 0 0.30 0.12 0.03
HSL 324º 0.84% 0.83% -
HSV(B) 324º 0.3% 0.97% -
XYZ 66.31 54.91 73.43 -
YUV 200.56 137.85 161.84 -
System Red Green Blue C M Y K H S L
Decimal 248 173 218 0 0.30 0.12 0.03 324 0.84 0.83
Hex F8 AD DA 0 1E C 3 144 54 53
Octal 370 255 332 0 36 14 3 504 124 123
Binary 11111000 10101101 11011010 0 11110 1100 11 101000100 1010100 1010011

Color Harmonies of #F8ADDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8ADDA

Black with #F8ADDA

Text Example


Text Example

White with #F8ADDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8ADDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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