Html Css Color HEX #F896EF Lavender Rose

📋 copy color: '#F896EF'

red 248 ◦ green 150 ◦ blue 239

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

Shades of Lavender Rose #F896EF

Tints of Lavender Rose #F896EF

RGB

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

 GREEN value IS 150 (58.98% from 255) = 23.55%

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

R = 38.93%
G = 23.55%
B = 37.52%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#F896EF (or 0xF896EF) is known color: Lavender Rose. HEX triplet: F8, 96 and EF. RGB value is (248,150,239). Sum of RGB (Red+Green+Blue) = 248+150+239=637 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.93% from 637); Green value is 150 (58.98% from 255 or 23.55% from 637); Blue value is 239 (93.75% from 255 or 37.52% from 637); Max value from RGB is 248 - color contains mainly: red. Hex color #F896EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F896EF is #076910. Grayscale: #BDBDBD. Windows color (decimal): -485649 or 15701752. OLE color: 15701752.

HSL color Cylindrical-coordinate representation of color #F896EF: hue angle of 305.51º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F896EF is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 150 239 -
CMYK 0 0.40 0.04 0.03
HSL 305.51º 0.88% 0.78% -
HSV(B) 305.51º 0.4% 0.97% -
XYZ 65.2 48 87.49 -
YUV 189.45 155.97 169.76 -
System Red Green Blue C M Y K H S L
Decimal 248 150 239 0 0.40 0.04 0.03 305.51 0.88 0.78
Hex F8 96 EF 0 28 4 3 132 58 4E
Octal 370 226 357 0 50 4 3 462 130 116
Binary 11111000 10010110 11101111 0 101000 100 11 100110010 1011000 1001110

Color Harmonies of #F896EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F896EF

Black with #F896EF

Text Example


Text Example

White with #F896EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F896EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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