Html Css Color HEX #F8ABEF Lavender Rose

📋 copy color: '#F8ABEF'

red 248 ◦ green 171 ◦ blue 239

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

Shades of Lavender Rose #F8ABEF

Tints of Lavender Rose #F8ABEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 36.32%

R = 37.69%
G = 25.99%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#F8ABEF (or 0xF8ABEF) is known color: Lavender Rose. HEX triplet: F8, AB and EF. RGB value is (248,171,239). Sum of RGB (Red+Green+Blue) = 248+171+239=658 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.69% from 658); Green value is 171 (67.19% from 255 or 25.99% from 658); Blue value is 239 (93.75% from 255 or 36.32% from 658); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ABEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8ABEF is #075410. Grayscale: #C9C9C9. Windows color (decimal): -480273 or 15707128. OLE color: 15707128.

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

Color convert

RGB 248 171 239 -
CMYK 0 0.31 0.04 0.03
HSL 307.01º 0.85% 0.82% -
HSV(B) 307.01º 0.31% 0.97% -
XYZ 68.85 55.31 88.71 -
YUV 201.78 149.01 160.97 -
System Red Green Blue C M Y K H S L
Decimal 248 171 239 0 0.31 0.04 0.03 307.01 0.85 0.82
Hex F8 AB EF 0 1F 4 3 133 55 52
Octal 370 253 357 0 37 4 3 463 125 122
Binary 11111000 10101011 11101111 0 11111 100 11 100110011 1010101 1010010

Color Harmonies of #F8ABEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8ABEF

Black with #F8ABEF

Text Example


Text Example

White with #F8ABEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8ABEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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