Html Css Color HEX #F896D7 Lavender Rose

📋 copy color: '#F896D7'

red 248 ◦ green 150 ◦ blue 215

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

Shades of Lavender Rose #F896D7

Tints of Lavender Rose #F896D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 35.07%

R = 40.46%
G = 24.47%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.13

 K value IS 0.03

RGB Variations

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

Color information

#F896D7 (or 0xF896D7) is known color: Lavender Rose. HEX triplet: F8, 96 and D7. RGB value is (248,150,215). Sum of RGB (Red+Green+Blue) = 248+150+215=613 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.46% from 613); Green value is 150 (58.98% from 255 or 24.47% from 613); Blue value is 215 (84.38% from 255 or 35.07% from 613); Max value from RGB is 248 - color contains mainly: red. Hex color #F896D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F896D7 is #076928. Grayscale: #BABABA. Windows color (decimal): -485673 or 14128888. OLE color: 14128888.

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

Color convert

RGB 248 150 215 -
CMYK 0 0.40 0.13 0.03
HSL 320.2º 0.88% 0.78% -
HSV(B) 320.2º 0.4% 0.97% -
XYZ 61.88 46.68 70.04 -
YUV 186.71 143.97 171.71 -
System Red Green Blue C M Y K H S L
Decimal 248 150 215 0 0.40 0.13 0.03 320.2 0.88 0.78
Hex F8 96 D7 0 28 D 3 140 58 4E
Octal 370 226 327 0 50 15 3 500 130 116
Binary 11111000 10010110 11010111 0 101000 1101 11 101000000 1011000 1001110

Color Harmonies of #F896D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F896D7

Black with #F896D7

Text Example


Text Example

White with #F896D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F896D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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