Html Css Color HEX #F8ADCD Lavender Pink

📋 copy color: '#F8ADCD'

red 248 ◦ green 173 ◦ blue 205

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

Shades of Lavender Pink #F8ADCD

Tints of Lavender Pink #F8ADCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 32.75%

R = 39.62%
G = 27.64%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F8ADCD (or 0xF8ADCD) is known color: Lavender Pink. HEX triplet: F8, AD and CD. RGB value is (248,173,205). Sum of RGB (Red+Green+Blue) = 248+173+205=626 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.62% from 626); Green value is 173 (67.97% from 255 or 27.64% from 626); Blue value is 205 (80.47% from 255 or 32.75% from 626); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ADCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8ADCD is #075232. Grayscale: #C7C7C7. Windows color (decimal): -479795 or 13479416. OLE color: 13479416.

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

Color convert

RGB 248 173 205 -
CMYK 0 0.30 0.17 0.03
HSL 334.4º 0.84% 0.83% -
HSV(B) 334.4º 0.3% 0.97% -
XYZ 64.67 54.25 64.82 -
YUV 199.07 131.35 162.9 -
System Red Green Blue C M Y K H S L
Decimal 248 173 205 0 0.30 0.17 0.03 334.4 0.84 0.83
Hex F8 AD CD 0 1E 11 3 14E 54 53
Octal 370 255 315 0 36 21 3 516 124 123
Binary 11111000 10101101 11001101 0 11110 10001 11 101001110 1010100 1010011

Color Harmonies of #F8ADCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8ADCD

Black with #F8ADCD

Text Example


Text Example

White with #F8ADCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8ADCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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