Html Css Color HEX #F8AFDC Lavender Pink

📋 copy color: '#F8AFDC'

red 248 ◦ green 175 ◦ blue 220

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

Shades of Lavender Pink #F8AFDC

Tints of Lavender Pink #F8AFDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 34.21%

R = 38.57%
G = 27.22%
B = 34.21%

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

#F8AFDC (or 0xF8AFDC) is known color: Lavender Pink. HEX triplet: F8, AF and DC. RGB value is (248,175,220). Sum of RGB (Red+Green+Blue) = 248+175+220=643 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.57% from 643); Green value is 175 (68.75% from 255 or 27.22% from 643); Blue value is 220 (86.33% from 255 or 34.21% from 643); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AFDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8AFDC is #075023. Grayscale: #C9C9C9. Windows color (decimal): -479268 or 14462968. OLE color: 14462968.

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

Color convert

RGB 248 175 220 -
CMYK 0 0.29 0.11 0.03
HSL 323.01º 0.84% 0.83% -
HSV(B) 323.01º 0.29% 0.97% -
XYZ 66.96 55.78 74.95 -
YUV 201.96 138.18 160.84 -
System Red Green Blue C M Y K H S L
Decimal 248 175 220 0 0.29 0.11 0.03 323.01 0.84 0.83
Hex F8 AF DC 0 1D B 3 143 54 53
Octal 370 257 334 0 35 13 3 503 124 123
Binary 11111000 10101111 11011100 0 11101 1011 11 101000011 1010100 1010011

Color Harmonies of #F8AFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8AFDC

Black with #F8AFDC

Text Example


Text Example

White with #F8AFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8AFDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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