Html Css Color HEX #F896E9 Lavender Rose

📋 copy color: '#F896E9'

red 248 ◦ green 150 ◦ blue 233

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

Shades of Lavender Rose #F896E9

Tints of Lavender Rose #F896E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 36.93%

R = 39.3%
G = 23.77%
B = 36.93%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.06

 K value IS 0.03

RGB Variations

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

Color information

#F896E9 (or 0xF896E9) is known color: Lavender Rose. HEX triplet: F8, 96 and E9. RGB value is (248,150,233). Sum of RGB (Red+Green+Blue) = 248+150+233=631 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.30% from 631); Green value is 150 (58.98% from 255 or 23.77% from 631); Blue value is 233 (91.41% from 255 or 36.93% from 631); Max value from RGB is 248 - color contains mainly: red. Hex color #F896E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F896E9 is #076916. Grayscale: #BCBCBC. Windows color (decimal): -485655 or 15308536. OLE color: 15308536.

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

Color convert

RGB 248 150 233 -
CMYK 0 0.40 0.06 0.03
HSL 309.18º 0.88% 0.78% -
HSV(B) 309.18º 0.4% 0.97% -
XYZ 64.33 47.65 82.9 -
YUV 188.76 152.97 170.25 -
System Red Green Blue C M Y K H S L
Decimal 248 150 233 0 0.40 0.06 0.03 309.18 0.88 0.78
Hex F8 96 E9 0 28 6 3 135 58 4E
Octal 370 226 351 0 50 6 3 465 130 116
Binary 11111000 10010110 11101001 0 101000 110 11 100110101 1011000 1001110

Color Harmonies of #F896E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F896E9

Black with #F896E9

Text Example


Text Example

White with #F896E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F896E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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