Html Css Color HEX #F896DC Lavender Rose

📋 copy color: '#F896DC'

red 248 ◦ green 150 ◦ blue 220

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

Shades of Lavender Rose #F896DC

Tints of Lavender Rose #F896DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 35.6%

R = 40.13%
G = 24.27%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F896DC (or 0xF896DC) is known color: Lavender Rose. HEX triplet: F8, 96 and DC. RGB value is (248,150,220). Sum of RGB (Red+Green+Blue) = 248+150+220=618 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.13% from 618); Green value is 150 (58.98% from 255 or 24.27% from 618); Blue value is 220 (86.33% from 255 or 35.60% from 618); Max value from RGB is 248 - color contains mainly: red. Hex color #F896DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F896DC is #076923. Grayscale: #BBBBBB. Windows color (decimal): -485668 or 14456568. OLE color: 14456568.

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

Color convert

RGB 248 150 220 -
CMYK 0 0.40 0.11 0.03
HSL 317.14º 0.88% 0.78% -
HSV(B) 317.14º 0.4% 0.97% -
XYZ 62.54 46.94 73.47 -
YUV 187.28 146.47 171.31 -
System Red Green Blue C M Y K H S L
Decimal 248 150 220 0 0.40 0.11 0.03 317.14 0.88 0.78
Hex F8 96 DC 0 28 B 3 13D 58 4E
Octal 370 226 334 0 50 13 3 475 130 116
Binary 11111000 10010110 11011100 0 101000 1011 11 100111101 1011000 1001110

Color Harmonies of #F896DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F896DC

Black with #F896DC

Text Example


Text Example

White with #F896DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F896DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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