Html Css Color HEX #F8A2E9 Lavender Rose

📋 copy color: '#F8A2E9'

red 248 ◦ green 162 ◦ blue 233

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

Shades of Lavender Rose #F8A2E9

Tints of Lavender Rose #F8A2E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 36.24%

R = 38.57%
G = 25.19%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.06

 K value IS 0.03

RGB Variations

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

Color information

#F8A2E9 (or 0xF8A2E9) is known color: Lavender Rose. HEX triplet: F8, A2 and E9. RGB value is (248,162,233). Sum of RGB (Red+Green+Blue) = 248+162+233=643 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.57% from 643); Green value is 162 (63.67% from 255 or 25.19% from 643); Blue value is 233 (91.41% from 255 or 36.24% from 643); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A2E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8A2E9 is #075D16. Grayscale: #C3C3C3. Windows color (decimal): -482583 or 15311608. OLE color: 15311608.

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

Color convert

RGB 248 162 233 -
CMYK 0 0.35 0.06 0.03
HSL 310.47º 0.86% 0.8% -
HSV(B) 310.47º 0.35% 0.97% -
XYZ 66.34 51.68 83.57 -
YUV 195.81 148.99 165.23 -
System Red Green Blue C M Y K H S L
Decimal 248 162 233 0 0.35 0.06 0.03 310.47 0.86 0.8
Hex F8 A2 E9 0 23 6 3 136 56 50
Octal 370 242 351 0 43 6 3 466 126 120
Binary 11111000 10100010 11101001 0 100011 110 11 100110110 1010110 1010000

Color Harmonies of #F8A2E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8A2E9

Black with #F8A2E9

Text Example


Text Example

White with #F8A2E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8A2E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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