Html Css Color HEX #F8ABE5 Lavender Rose

📋 copy color: '#F8ABE5'

red 248 ◦ green 171 ◦ blue 229

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

Shades of Lavender Rose #F8ABE5

Tints of Lavender Rose #F8ABE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 35.34%

R = 38.27%
G = 26.39%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.08

 K value IS 0.03

RGB Variations

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

Color information

#F8ABE5 (or 0xF8ABE5) is known color: Lavender Rose. HEX triplet: F8, AB and E5. RGB value is (248,171,229). Sum of RGB (Red+Green+Blue) = 248+171+229=648 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.27% from 648); Green value is 171 (67.19% from 255 or 26.39% from 648); Blue value is 229 (89.84% from 255 or 35.34% from 648); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ABE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8ABE5 is #07541A. Grayscale: #C8C8C8. Windows color (decimal): -480283 or 15051768. OLE color: 15051768.

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

Color convert

RGB 248 171 229 -
CMYK 0 0.31 0.08 0.03
HSL 314.81º 0.85% 0.82% -
HSV(B) 314.81º 0.31% 0.97% -
XYZ 67.42 54.74 81.14 -
YUV 200.64 144.01 161.78 -
System Red Green Blue C M Y K H S L
Decimal 248 171 229 0 0.31 0.08 0.03 314.81 0.85 0.82
Hex F8 AB E5 0 1F 8 3 13B 55 52
Octal 370 253 345 0 37 10 3 473 125 122
Binary 11111000 10101011 11100101 0 11111 1000 11 100111011 1010101 1010010

Color Harmonies of #F8ABE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8ABE5

Black with #F8ABE5

Text Example


Text Example

White with #F8ABE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8ABE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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