Html Css Color HEX #F8AFCD Lavender Pink

📋 copy color: '#F8AFCD'

red 248 ◦ green 175 ◦ blue 205

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

Shades of Lavender Pink #F8AFCD

Tints of Lavender Pink #F8AFCD

RGB

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

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

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

R = 39.49%
G = 27.87%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F8AFCD (or 0xF8AFCD) is known color: Lavender Pink. HEX triplet: F8, AF and CD. RGB value is (248,175,205). Sum of RGB (Red+Green+Blue) = 248+175+205=628 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.49% from 628); Green value is 175 (68.75% from 255 or 27.87% from 628); Blue value is 205 (80.47% from 255 or 32.64% from 628); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AFCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8AFCD is #075032. Grayscale: #C8C8C8. Windows color (decimal): -479283 or 13479928. OLE color: 13479928.

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

Color convert

RGB 248 175 205 -
CMYK 0 0.29 0.17 0.03
HSL 335.34º 0.84% 0.83% -
HSV(B) 335.34º 0.29% 0.97% -
XYZ 65.06 55.02 64.95 -
YUV 200.25 130.68 162.06 -
System Red Green Blue C M Y K H S L
Decimal 248 175 205 0 0.29 0.17 0.03 335.34 0.84 0.83
Hex F8 AF CD 0 1D 11 3 14F 54 53
Octal 370 257 315 0 35 21 3 517 124 123
Binary 11111000 10101111 11001101 0 11101 10001 11 101001111 1010100 1010011

Color Harmonies of #F8AFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8AFCD

Black with #F8AFCD

Text Example


Text Example

White with #F8AFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8AFCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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