Html Css Color HEX #F8ABE1 Lavender Rose

📋 copy color: '#F8ABE1'

red 248 ◦ green 171 ◦ blue 225

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

Shades of Lavender Rose #F8ABE1

Tints of Lavender Rose #F8ABE1

RGB

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

 GREEN value IS 171 (67.19% from 255) = 26.55%

 BLUE value IS 225 (88.28% from 255) = 34.94%

R = 38.51%
G = 26.55%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.09

 K value IS 0.03

RGB Variations

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

Color information

#F8ABE1 (or 0xF8ABE1) is known color: Lavender Rose. HEX triplet: F8, AB and E1. RGB value is (248,171,225). Sum of RGB (Red+Green+Blue) = 248+171+225=644 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.51% from 644); Green value is 171 (67.19% from 255 or 26.55% from 644); Blue value is 225 (88.28% from 255 or 34.94% from 644); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ABE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8ABE1 is #07541E. Grayscale: #C8C8C8. Windows color (decimal): -480287 or 14789624. OLE color: 14789624.

HSL color Cylindrical-coordinate representation of color #F8ABE1: hue angle of 317.92º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F8ABE1 is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 171 225 -
CMYK 0 0.31 0.09 0.03
HSL 317.92º 0.85% 0.82% -
HSV(B) 317.92º 0.31% 0.97% -
XYZ 66.86 54.52 78.23 -
YUV 200.18 142.01 162.11 -
System Red Green Blue C M Y K H S L
Decimal 248 171 225 0 0.31 0.09 0.03 317.92 0.85 0.82
Hex F8 AB E1 0 1F 9 3 13E 55 52
Octal 370 253 341 0 37 11 3 476 125 122
Binary 11111000 10101011 11100001 0 11111 1001 11 100111110 1010101 1010010

Color Harmonies of #F8ABE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8ABE1

Black with #F8ABE1

Text Example


Text Example

White with #F8ABE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8ABE1; }

 p { color: rgb(248,171,225); }

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

background-color css

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

 a { background-color: rgb(248,171,225); }

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

border-color css

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

 span { border-color: rgb(248,171,225); }

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