Html Css Color HEX #F8AAFB Lavender Rose

📋 copy color: '#F8AAFB'

red 248 ◦ green 170 ◦ blue 251

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

Shades of Lavender Rose #F8AAFB

Tints of Lavender Rose #F8AAFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 37.52%

R = 37.07%
G = 25.41%
B = 37.52%

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

#F8AAFB (or 0xF8AAFB) is known color: Lavender Rose. HEX triplet: F8, AA and FB. RGB value is (248,170,251). Sum of RGB (Red+Green+Blue) = 248+170+251=669 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.07% from 669); Green value is 170 (66.80% from 255 or 25.41% from 669); Blue value is 251 (98.44% from 255 or 37.52% from 669); Max value from RGB is 251 - color contains mainly: blue. Hex color #F8AAFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8AAFB is #075504. Grayscale: #CACACA. Windows color (decimal): -480517 or 16493304. OLE color: 16493304.

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

Color convert

RGB 248 170 251 -
CMYK 0.01 0.32 0 0.02
HSL 297.78º 0.91% 0.83% -
HSV(B) 297.78º 0.32% 0.98% -
XYZ 70.5 55.67 98.3 -
YUV 202.56 155.34 160.41 -
System Red Green Blue C M Y K H S L
Decimal 248 170 251 0.01 0.32 0 0.02 297.78 0.91 0.83
Hex F8 AA FB 1 20 0 2 12A 5B 53
Octal 370 252 373 1 40 0 2 452 133 123
Binary 11111000 10101010 11111011 1 100000 0 10 100101010 1011011 1010011

Color Harmonies of #F8AAFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8AAFB

Black with #F8AAFB

Text Example


Text Example

White with #F8AAFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8AAFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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