Html Css Color HEX #F8A0DB Lavender Rose

📋 copy color: '#F8A0DB'

red 248 ◦ green 160 ◦ blue 219

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

Shades of Lavender Rose #F8A0DB

Tints of Lavender Rose #F8A0DB

RGB

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

 GREEN value IS 160 (62.89% from 255) = 25.52%

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

R = 39.55%
G = 25.52%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#F8A0DB (or 0xF8A0DB) is known color: Lavender Rose. HEX triplet: F8, A0 and DB. RGB value is (248,160,219). Sum of RGB (Red+Green+Blue) = 248+160+219=627 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.55% from 627); Green value is 160 (62.89% from 255 or 25.52% from 627); Blue value is 219 (85.94% from 255 or 34.93% from 627); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A0DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8A0DB is #075F24. Grayscale: #C0C0C0. Windows color (decimal): -483109 or 14393592. OLE color: 14393592.

HSL color Cylindrical-coordinate representation of color #F8A0DB: hue angle of 319.77º degrees, saturation: 0.86, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F8A0DB is Cyan = 0, Magento = 0.35, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 160 219 -
CMYK 0 0.35 0.12 0.03
HSL 319.77º 0.86% 0.8% -
HSV(B) 319.77º 0.35% 0.97% -
XYZ 64.07 50.21 73.33 -
YUV 193.04 142.65 167.2 -
System Red Green Blue C M Y K H S L
Decimal 248 160 219 0 0.35 0.12 0.03 319.77 0.86 0.8
Hex F8 A0 DB 0 23 C 3 140 56 50
Octal 370 240 333 0 43 14 3 500 126 120
Binary 11111000 10100000 11011011 0 100011 1100 11 101000000 1010110 1010000

Color Harmonies of #F8A0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8A0DB

Black with #F8A0DB

Text Example


Text Example

White with #F8A0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8A0DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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