Html Css Color HEX #F8ADD4 Lavender Pink

📋 copy color: '#F8ADD4'

red 248 ◦ green 173 ◦ blue 212

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

Shades of Lavender Pink #F8ADD4

Tints of Lavender Pink #F8ADD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 33.49%

R = 39.18%
G = 27.33%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.15

 K value IS 0.03

RGB Variations

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

Color information

#F8ADD4 (or 0xF8ADD4) is known color: Lavender Pink. HEX triplet: F8, AD and D4. RGB value is (248,173,212). Sum of RGB (Red+Green+Blue) = 248+173+212=633 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.18% from 633); Green value is 173 (67.97% from 255 or 27.33% from 633); Blue value is 212 (83.20% from 255 or 33.49% from 633); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ADD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8ADD4 is #07522B. Grayscale: #C7C7C7. Windows color (decimal): -479788 or 13938168. OLE color: 13938168.

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

Color convert

RGB 248 173 212 -
CMYK 0 0.30 0.15 0.03
HSL 328.8º 0.84% 0.83% -
HSV(B) 328.8º 0.3% 0.97% -
XYZ 65.54 54.6 69.37 -
YUV 199.87 134.85 162.33 -
System Red Green Blue C M Y K H S L
Decimal 248 173 212 0 0.30 0.15 0.03 328.8 0.84 0.83
Hex F8 AD D4 0 1E F 3 149 54 53
Octal 370 255 324 0 36 17 3 511 124 123
Binary 11111000 10101101 11010100 0 11110 1111 11 101001001 1010100 1010011

Color Harmonies of #F8ADD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8ADD4

Black with #F8ADD4

Text Example


Text Example

White with #F8ADD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8ADD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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