Html Css Color HEX #F8A2E5 Lavender Rose

📋 copy color: '#F8A2E5'

red 248 ◦ green 162 ◦ blue 229

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

Shades of Lavender Rose #F8A2E5

Tints of Lavender Rose #F8A2E5

RGB

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

 GREEN value IS 162 (63.67% from 255) = 25.35%

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

R = 38.81%
G = 25.35%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.08

 K value IS 0.03

RGB Variations

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

Color information

#F8A2E5 (or 0xF8A2E5) is known color: Lavender Rose. HEX triplet: F8, A2 and E5. RGB value is (248,162,229). Sum of RGB (Red+Green+Blue) = 248+162+229=639 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.81% from 639); Green value is 162 (63.67% from 255 or 25.35% from 639); Blue value is 229 (89.84% from 255 or 35.84% from 639); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A2E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8A2E5 is #075D1A. Grayscale: #C3C3C3. Windows color (decimal): -482587 or 15049464. OLE color: 15049464.

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

Color convert

RGB 248 162 229 -
CMYK 0 0.35 0.08 0.03
HSL 313.26º 0.86% 0.8% -
HSV(B) 313.26º 0.35% 0.97% -
XYZ 65.77 51.45 80.59 -
YUV 195.35 146.99 165.55 -
System Red Green Blue C M Y K H S L
Decimal 248 162 229 0 0.35 0.08 0.03 313.26 0.86 0.8
Hex F8 A2 E5 0 23 8 3 139 56 50
Octal 370 242 345 0 43 10 3 471 126 120
Binary 11111000 10100010 11100101 0 100011 1000 11 100111001 1010110 1010000

Color Harmonies of #F8A2E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8A2E5

Black with #F8A2E5

Text Example


Text Example

White with #F8A2E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8A2E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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