Html Css Color HEX #F8AAFA Lavender Rose

📋 copy color: '#F8AAFA'

red 248 ◦ green 170 ◦ blue 250

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

Shades of Lavender Rose #F8AAFA

Tints of Lavender Rose #F8AAFA

RGB

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

 GREEN value IS 170 (66.8% from 255) = 25.45%

 BLUE value IS 250 (98.05% from 255) = 37.43%

R = 37.13%
G = 25.45%
B = 37.43%

CMYK

 C value IS 0.01

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F8AAFA (or 0xF8AAFA) is known color: Lavender Rose. HEX triplet: F8, AA and FA. RGB value is (248,170,250). Sum of RGB (Red+Green+Blue) = 248+170+250=668 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.13% from 668); Green value is 170 (66.80% from 255 or 25.45% from 668); Blue value is 250 (98.05% from 255 or 37.43% from 668); Max value from RGB is 250 - color contains mainly: blue. Hex color #F8AAFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8AAFA is #075505. Grayscale: #CACACA. Windows color (decimal): -480518 or 16427768. OLE color: 16427768.

HSL color Cylindrical-coordinate representation of color #F8AAFA: hue angle of 298.5º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F8AAFA is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 248 170 250 -
CMYK 0.01 0.32 0 0.02
HSL 298.5º 0.89% 0.82% -
HSV(B) 298.5º 0.32% 0.98% -
XYZ 70.34 55.61 97.47 -
YUV 202.44 154.84 160.5 -
System Red Green Blue C M Y K H S L
Decimal 248 170 250 0.01 0.32 0 0.02 298.5 0.89 0.82
Hex F8 AA FA 1 20 0 2 12A 59 52
Octal 370 252 372 1 40 0 2 452 131 122
Binary 11111000 10101010 11111010 1 100000 0 10 100101010 1011001 1010010

Color Harmonies of #F8AAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8AAFA

Black with #F8AAFA

Text Example


Text Example

White with #F8AAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8AAFA; }

 p { color: rgb(248,170,250); }

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

background-color css

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

 a { background-color: rgb(248,170,250); }

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

border-color css

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

 span { border-color: rgb(248,170,250); }

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