Html Css Color HEX #F8A4E5 Lavender Rose

📋 copy color: '#F8A4E5'

red 248 ◦ green 164 ◦ blue 229

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

Shades of Lavender Rose #F8A4E5

Tints of Lavender Rose #F8A4E5

RGB

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

 GREEN value IS 164 (64.45% from 255) = 25.59%

 BLUE value IS 229 (89.84% from 255) = 35.73%

R = 38.69%
G = 25.59%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.08

 K value IS 0.03

RGB Variations

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

Color information

#F8A4E5 (or 0xF8A4E5) is known color: Lavender Rose. HEX triplet: F8, A4 and E5. RGB value is (248,164,229). Sum of RGB (Red+Green+Blue) = 248+164+229=641 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.69% from 641); Green value is 164 (64.45% from 255 or 25.59% from 641); Blue value is 229 (89.84% from 255 or 35.73% from 641); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A4E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8A4E5 is #075B1A. Grayscale: #C4C4C4. Windows color (decimal): -482075 or 15049976. OLE color: 15049976.

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

Color convert

RGB 248 164 229 -
CMYK 0 0.34 0.08 0.03
HSL 313.57º 0.86% 0.81% -
HSV(B) 313.57º 0.34% 0.97% -
XYZ 66.13 52.16 80.71 -
YUV 196.53 146.33 164.71 -
System Red Green Blue C M Y K H S L
Decimal 248 164 229 0 0.34 0.08 0.03 313.57 0.86 0.81
Hex F8 A4 E5 0 22 8 3 13A 56 51
Octal 370 244 345 0 42 10 3 472 126 121
Binary 11111000 10100100 11100101 0 100010 1000 11 100111010 1010110 1010001

Color Harmonies of #F8A4E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8A4E5

Black with #F8A4E5

Text Example


Text Example

White with #F8A4E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8A4E5; }

 p { color: rgb(248,164,229); }

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

background-color css

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

 a { background-color: rgb(248,164,229); }

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

border-color css

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

 span { border-color: rgb(248,164,229); }

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