Html Css Color HEX #F8A0F6 Lavender Rose

📋 copy color: '#F8A0F6'

red 248 ◦ green 160 ◦ blue 246

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

Shades of Lavender Rose #F8A0F6

Tints of Lavender Rose #F8A0F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 37.61%

R = 37.92%
G = 24.46%
B = 37.61%

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

#F8A0F6 (or 0xF8A0F6) is known color: Lavender Rose. HEX triplet: F8, A0 and F6. RGB value is (248,160,246). Sum of RGB (Red+Green+Blue) = 248+160+246=654 (86% of max value = 765). Red value is 248 (97.27% from 255 or 37.92% from 654); Green value is 160 (62.89% from 255 or 24.46% from 654); Blue value is 246 (96.48% from 255 or 37.61% from 654); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A0F6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8A0F6 is #075F09. Grayscale: #C3C3C3. Windows color (decimal): -483082 or 16163064. OLE color: 16163064.

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

Color convert

RGB 248 160 246 -
CMYK 0 0.35 0.01 0.03
HSL 301.36º 0.86% 0.8% -
HSV(B) 301.36º 0.35% 0.97% -
XYZ 67.92 51.75 93.6 -
YUV 196.12 156.15 165.01 -
System Red Green Blue C M Y K H S L
Decimal 248 160 246 0 0.35 0.01 0.03 301.36 0.86 0.8
Hex F8 A0 F6 0 23 1 3 12D 56 50
Octal 370 240 366 0 43 1 3 455 126 120
Binary 11111000 10100000 11110110 0 100011 1 11 100101101 1010110 1010000

Color Harmonies of #F8A0F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8A0F6

Black with #F8A0F6

Text Example


Text Example

White with #F8A0F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8A0F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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