Html Css Color HEX #F8AFDB Lavender Pink

📋 copy color: '#F8AFDB'

red 248 ◦ green 175 ◦ blue 219

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

Shades of Lavender Pink #F8AFDB

Tints of Lavender Pink #F8AFDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 34.11%

R = 38.63%
G = 27.26%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#F8AFDB (or 0xF8AFDB) is known color: Lavender Pink. HEX triplet: F8, AF and DB. RGB value is (248,175,219). Sum of RGB (Red+Green+Blue) = 248+175+219=642 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.63% from 642); Green value is 175 (68.75% from 255 or 27.26% from 642); Blue value is 219 (85.94% from 255 or 34.11% from 642); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AFDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8AFDB is #075024. Grayscale: #C9C9C9. Windows color (decimal): -479269 or 14397432. OLE color: 14397432.

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

Color convert

RGB 248 175 219 -
CMYK 0 0.29 0.12 0.03
HSL 323.84º 0.84% 0.83% -
HSV(B) 323.84º 0.29% 0.97% -
XYZ 66.83 55.73 74.25 -
YUV 201.84 137.68 160.92 -
System Red Green Blue C M Y K H S L
Decimal 248 175 219 0 0.29 0.12 0.03 323.84 0.84 0.83
Hex F8 AF DB 0 1D C 3 144 54 53
Octal 370 257 333 0 35 14 3 504 124 123
Binary 11111000 10101111 11011011 0 11101 1100 11 101000100 1010100 1010011

Color Harmonies of #F8AFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8AFDB

Black with #F8AFDB

Text Example


Text Example

White with #F8AFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8AFDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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