Html Css Color HEX #F896ED Lavender Rose

📋 copy color: '#F896ED'

red 248 ◦ green 150 ◦ blue 237

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

Shades of Lavender Rose #F896ED

Tints of Lavender Rose #F896ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 37.32%

R = 39.06%
G = 23.62%
B = 37.32%

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

#F896ED (or 0xF896ED) is known color: Lavender Rose. HEX triplet: F8, 96 and ED. RGB value is (248,150,237). Sum of RGB (Red+Green+Blue) = 248+150+237=635 (84% of max value = 765). Red value is 248 (97.27% from 255 or 39.06% from 635); Green value is 150 (58.98% from 255 or 23.62% from 635); Blue value is 237 (92.97% from 255 or 37.32% from 635); Max value from RGB is 248 - color contains mainly: red. Hex color #F896ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F896ED is #076912. Grayscale: #BCBCBC. Windows color (decimal): -485651 or 15570680. OLE color: 15570680.

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

Color convert

RGB 248 150 237 -
CMYK 0 0.40 0.04 0.03
HSL 306.73º 0.88% 0.78% -
HSV(B) 306.73º 0.4% 0.97% -
XYZ 64.9 47.88 85.94 -
YUV 189.22 154.97 169.93 -
System Red Green Blue C M Y K H S L
Decimal 248 150 237 0 0.40 0.04 0.03 306.73 0.88 0.78
Hex F8 96 ED 0 28 4 3 133 58 4E
Octal 370 226 355 0 50 4 3 463 130 116
Binary 11111000 10010110 11101101 0 101000 100 11 100110011 1011000 1001110

Color Harmonies of #F896ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F896ED

Black with #F896ED

Text Example


Text Example

White with #F896ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F896ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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