Html Css Color HEX #F8A0F5 Lavender Rose

📋 copy color: '#F8A0F5'

red 248 ◦ green 160 ◦ blue 245

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

Shades of Lavender Rose #F8A0F5

Tints of Lavender Rose #F8A0F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 37.52%

R = 37.98%
G = 24.5%
B = 37.52%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.01

 K value IS 0.03

RGB Variations

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

Color information

#F8A0F5 (or 0xF8A0F5) is known color: Lavender Rose. HEX triplet: F8, A0 and F5. RGB value is (248,160,245). Sum of RGB (Red+Green+Blue) = 248+160+245=653 (86% of max value = 765). Red value is 248 (97.27% from 255 or 37.98% from 653); Green value is 160 (62.89% from 255 or 24.50% from 653); Blue value is 245 (96.09% from 255 or 37.52% from 653); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A0F5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8A0F5 is #075F0A. Grayscale: #C3C3C3. Windows color (decimal): -483083 or 16097528. OLE color: 16097528.

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

Color convert

RGB 248 160 245 -
CMYK 0 0.35 0.01 0.03
HSL 302.05º 0.86% 0.8% -
HSV(B) 302.05º 0.35% 0.97% -
XYZ 67.76 51.69 92.79 -
YUV 196 155.65 165.09 -
System Red Green Blue C M Y K H S L
Decimal 248 160 245 0 0.35 0.01 0.03 302.05 0.86 0.8
Hex F8 A0 F5 0 23 1 3 12E 56 50
Octal 370 240 365 0 43 1 3 456 126 120
Binary 11111000 10100000 11110101 0 100011 1 11 100101110 1010110 1010000

Color Harmonies of #F8A0F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8A0F5

Black with #F8A0F5

Text Example


Text Example

White with #F8A0F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8A0F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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