Html Css Color HEX #F896EE Lavender Rose

📋 copy color: '#F896EE'

red 248 ◦ green 150 ◦ blue 238

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

Shades of Lavender Rose #F896EE

Tints of Lavender Rose #F896EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 37.42%

R = 38.99%
G = 23.58%
B = 37.42%

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

#F896EE (or 0xF896EE) is known color: Lavender Rose. HEX triplet: F8, 96 and EE. RGB value is (248,150,238). Sum of RGB (Red+Green+Blue) = 248+150+238=636 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.99% from 636); Green value is 150 (58.98% from 255 or 23.58% from 636); Blue value is 238 (93.36% from 255 or 37.42% from 636); Max value from RGB is 248 - color contains mainly: red. Hex color #F896EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F896EE is #076911. Grayscale: #BDBDBD. Windows color (decimal): -485650 or 15636216. OLE color: 15636216.

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

Color convert

RGB 248 150 238 -
CMYK 0 0.40 0.04 0.03
HSL 306.12º 0.88% 0.78% -
HSV(B) 306.12º 0.4% 0.97% -
XYZ 65.05 47.94 86.71 -
YUV 189.33 155.47 169.84 -
System Red Green Blue C M Y K H S L
Decimal 248 150 238 0 0.40 0.04 0.03 306.12 0.88 0.78
Hex F8 96 EE 0 28 4 3 132 58 4E
Octal 370 226 356 0 50 4 3 462 130 116
Binary 11111000 10010110 11101110 0 101000 100 11 100110010 1011000 1001110

Color Harmonies of #F896EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F896EE

Black with #F896EE

Text Example


Text Example

White with #F896EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F896EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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