Html Css Color HEX #F8A3E2 Lavender Rose

📋 copy color: '#F8A3E2'

red 248 ◦ green 163 ◦ blue 226

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

Shades of Lavender Rose #F8A3E2

Tints of Lavender Rose #F8A3E2

RGB

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

 GREEN value IS 163 (64.06% from 255) = 25.59%

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

R = 38.93%
G = 25.59%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.09

 K value IS 0.03

RGB Variations

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

Color information

#F8A3E2 (or 0xF8A3E2) is known color: Lavender Rose. HEX triplet: F8, A3 and E2. RGB value is (248,163,226). Sum of RGB (Red+Green+Blue) = 248+163+226=637 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.93% from 637); Green value is 163 (64.06% from 255 or 25.59% from 637); Blue value is 226 (88.67% from 255 or 35.48% from 637); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A3E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8A3E2 is #075C1D. Grayscale: #C3C3C3. Windows color (decimal): -482334 or 14853112. OLE color: 14853112.

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

Color convert

RGB 248 163 226 -
CMYK 0 0.34 0.09 0.03
HSL 315.53º 0.86% 0.81% -
HSV(B) 315.53º 0.34% 0.97% -
XYZ 65.54 51.64 78.47 -
YUV 195.6 145.16 165.38 -
System Red Green Blue C M Y K H S L
Decimal 248 163 226 0 0.34 0.09 0.03 315.53 0.86 0.81
Hex F8 A3 E2 0 22 9 3 13C 56 51
Octal 370 243 342 0 42 11 3 474 126 121
Binary 11111000 10100011 11100010 0 100010 1001 11 100111100 1010110 1010001

Color Harmonies of #F8A3E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8A3E2

Black with #F8A3E2

Text Example


Text Example

White with #F8A3E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8A3E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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