Html Css Color HEX #F8A6F1 Lavender Rose

📋 copy color: '#F8A6F1'

red 248 ◦ green 166 ◦ blue 241

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

Shades of Lavender Rose #F8A6F1

Tints of Lavender Rose #F8A6F1

RGB

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

 GREEN value IS 166 (65.23% from 255) = 25.34%

 BLUE value IS 241 (94.53% from 255) = 36.79%

R = 37.86%
G = 25.34%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.03

 K value IS 0.03

RGB Variations

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

Color information

#F8A6F1 (or 0xF8A6F1) is known color: Lavender Rose. HEX triplet: F8, A6 and F1. RGB value is (248,166,241). Sum of RGB (Red+Green+Blue) = 248+166+241=655 (86% of max value = 765). Red value is 248 (97.27% from 255 or 37.86% from 655); Green value is 166 (65.23% from 255 or 25.34% from 655); Blue value is 241 (94.53% from 255 or 36.79% from 655); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A6F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8A6F1 is #07590E. Grayscale: #C6C6C6. Windows color (decimal): -481551 or 15836920. OLE color: 15836920.

HSL color Cylindrical-coordinate representation of color #F8A6F1: hue angle of 305.12º degrees, saturation: 0.85, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F8A6F1 is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 166 241 -
CMYK 0 0.33 0.03 0.03
HSL 305.12º 0.85% 0.81% -
HSV(B) 305.12º 0.33% 0.97% -
XYZ 68.22 53.58 89.97 -
YUV 199.07 151.67 162.9 -
System Red Green Blue C M Y K H S L
Decimal 248 166 241 0 0.33 0.03 0.03 305.12 0.85 0.81
Hex F8 A6 F1 0 21 3 3 131 55 51
Octal 370 246 361 0 41 3 3 461 125 121
Binary 11111000 10100110 11110001 0 100001 11 11 100110001 1010101 1010001

Color Harmonies of #F8A6F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8A6F1

Black with #F8A6F1

Text Example


Text Example

White with #F8A6F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8A6F1; }

 p { color: rgb(248,166,241); }

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

background-color css

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

 a { background-color: rgb(248,166,241); }

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

border-color css

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

 span { border-color: rgb(248,166,241); }

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