Html Css Color HEX #F8ADCC Lavender Pink

📋 copy color: '#F8ADCC'

red 248 ◦ green 173 ◦ blue 204

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

Shades of Lavender Pink #F8ADCC

Tints of Lavender Pink #F8ADCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 32.64%

R = 39.68%
G = 27.68%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F8ADCC (or 0xF8ADCC) is known color: Lavender Pink. HEX triplet: F8, AD and CC. RGB value is (248,173,204). Sum of RGB (Red+Green+Blue) = 248+173+204=625 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.68% from 625); Green value is 173 (67.97% from 255 or 27.68% from 625); Blue value is 204 (80.08% from 255 or 32.64% from 625); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ADCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8ADCC is #075233. Grayscale: #C6C6C6. Windows color (decimal): -479796 or 13413880. OLE color: 13413880.

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

Color convert

RGB 248 173 204 -
CMYK 0 0.30 0.18 0.03
HSL 335.2º 0.84% 0.83% -
HSV(B) 335.2º 0.3% 0.97% -
XYZ 64.55 54.2 64.19 -
YUV 198.96 130.85 162.98 -
System Red Green Blue C M Y K H S L
Decimal 248 173 204 0 0.30 0.18 0.03 335.2 0.84 0.83
Hex F8 AD CC 0 1E 12 3 14F 54 53
Octal 370 255 314 0 36 22 3 517 124 123
Binary 11111000 10101101 11001100 0 11110 10010 11 101001111 1010100 1010011

Color Harmonies of #F8ADCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8ADCC

Black with #F8ADCC

Text Example


Text Example

White with #F8ADCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8ADCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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