Html Css Color HEX #F8AFDD Lavender Pink

📋 copy color: '#F8AFDD'

red 248 ◦ green 175 ◦ blue 221

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

Shades of Lavender Pink #F8AFDD

Tints of Lavender Pink #F8AFDD

RGB

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

 GREEN value IS 175 (68.75% from 255) = 27.17%

 BLUE value IS 221 (86.72% from 255) = 34.32%

R = 38.51%
G = 27.17%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F8AFDD (or 0xF8AFDD) is known color: Lavender Pink. HEX triplet: F8, AF and DD. RGB value is (248,175,221). Sum of RGB (Red+Green+Blue) = 248+175+221=644 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.51% from 644); Green value is 175 (68.75% from 255 or 27.17% from 644); Blue value is 221 (86.72% from 255 or 34.32% from 644); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AFDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8AFDD is #075022. Grayscale: #C9C9C9. Windows color (decimal): -479267 or 14528504. OLE color: 14528504.

HSL color Cylindrical-coordinate representation of color #F8AFDD: hue angle of 322.19º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F8AFDD is Cyan = 0, Magento = 0.29, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 175 221 -
CMYK 0 0.29 0.11 0.03
HSL 322.19º 0.84% 0.83% -
HSV(B) 322.19º 0.29% 0.97% -
XYZ 67.09 55.84 75.65 -
YUV 202.07 138.68 160.76 -
System Red Green Blue C M Y K H S L
Decimal 248 175 221 0 0.29 0.11 0.03 322.19 0.84 0.83
Hex F8 AF DD 0 1D B 3 142 54 53
Octal 370 257 335 0 35 13 3 502 124 123
Binary 11111000 10101111 11011101 0 11101 1011 11 101000010 1010100 1010011

Color Harmonies of #F8AFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8AFDD

Black with #F8AFDD

Text Example


Text Example

White with #F8AFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8AFDD; }

 p { color: rgb(248,175,221); }

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

background-color css

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

 a { background-color: rgb(248,175,221); }

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

border-color css

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

 span { border-color: rgb(248,175,221); }

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