Html Css Color HEX #F8A7E1 Lavender Rose

📋 copy color: '#F8A7E1'

red 248 ◦ green 167 ◦ blue 225

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

Shades of Lavender Rose #F8A7E1

Tints of Lavender Rose #F8A7E1

RGB

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

 GREEN value IS 167 (65.63% from 255) = 26.09%

 BLUE value IS 225 (88.28% from 255) = 35.16%

R = 38.75%
G = 26.09%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.09

 K value IS 0.03

RGB Variations

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

Color information

#F8A7E1 (or 0xF8A7E1) is known color: Lavender Rose. HEX triplet: F8, A7 and E1. RGB value is (248,167,225). Sum of RGB (Red+Green+Blue) = 248+167+225=640 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.75% from 640); Green value is 167 (65.62% from 255 or 26.09% from 640); Blue value is 225 (88.28% from 255 or 35.16% from 640); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A7E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8A7E1 is #07581E. Grayscale: #C5C5C5. Windows color (decimal): -481311 or 14788600. OLE color: 14788600.

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

Color convert

RGB 248 167 225 -
CMYK 0 0.33 0.09 0.03
HSL 317.04º 0.85% 0.81% -
HSV(B) 317.04º 0.33% 0.97% -
XYZ 66.12 53.03 77.99 -
YUV 197.83 143.34 163.78 -
System Red Green Blue C M Y K H S L
Decimal 248 167 225 0 0.33 0.09 0.03 317.04 0.85 0.81
Hex F8 A7 E1 0 21 9 3 13D 55 51
Octal 370 247 341 0 41 11 3 475 125 121
Binary 11111000 10100111 11100001 0 100001 1001 11 100111101 1010101 1010001

Color Harmonies of #F8A7E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8A7E1

Black with #F8A7E1

Text Example


Text Example

White with #F8A7E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8A7E1; }

 p { color: rgb(248,167,225); }

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

background-color css

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

 a { background-color: rgb(248,167,225); }

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

border-color css

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

 span { border-color: rgb(248,167,225); }

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