Html Css Color HEX #F8A2E2 Lavender Rose

📋 copy color: '#F8A2E2'

red 248 ◦ green 162 ◦ blue 226

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

Shades of Lavender Rose #F8A2E2

Tints of Lavender Rose #F8A2E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 35.53%

R = 38.99%
G = 25.47%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.09

 K value IS 0.03

RGB Variations

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

Color information

#F8A2E2 (or 0xF8A2E2) is known color: Lavender Rose. HEX triplet: F8, A2 and E2. RGB value is (248,162,226). Sum of RGB (Red+Green+Blue) = 248+162+226=636 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.99% from 636); Green value is 162 (63.67% from 255 or 25.47% from 636); Blue value is 226 (88.67% from 255 or 35.53% from 636); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A2E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8A2E2 is #075D1D. Grayscale: #C2C2C2. Windows color (decimal): -482590 or 14852856. OLE color: 14852856.

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

Color convert

RGB 248 162 226 -
CMYK 0 0.35 0.09 0.03
HSL 315.35º 0.86% 0.8% -
HSV(B) 315.35º 0.35% 0.97% -
XYZ 65.36 51.29 78.41 -
YUV 195.01 145.49 165.8 -
System Red Green Blue C M Y K H S L
Decimal 248 162 226 0 0.35 0.09 0.03 315.35 0.86 0.8
Hex F8 A2 E2 0 23 9 3 13B 56 50
Octal 370 242 342 0 43 11 3 473 126 120
Binary 11111000 10100010 11100010 0 100011 1001 11 100111011 1010110 1010000

Color Harmonies of #F8A2E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8A2E2

Black with #F8A2E2

Text Example


Text Example

White with #F8A2E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8A2E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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