Html Css Color HEX #F896DD Lavender Rose

📋 copy color: '#F896DD'

red 248 ◦ green 150 ◦ blue 221

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

Shades of Lavender Rose #F896DD

Tints of Lavender Rose #F896DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 35.7%

R = 40.06%
G = 24.23%
B = 35.7%

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

#F896DD (or 0xF896DD) is known color: Lavender Rose. HEX triplet: F8, 96 and DD. RGB value is (248,150,221). Sum of RGB (Red+Green+Blue) = 248+150+221=619 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.06% from 619); Green value is 150 (58.98% from 255 or 24.23% from 619); Blue value is 221 (86.72% from 255 or 35.70% from 619); Max value from RGB is 248 - color contains mainly: red. Hex color #F896DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F896DD is #076922. Grayscale: #BBBBBB. Windows color (decimal): -485667 or 14522104. OLE color: 14522104.

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

Color convert

RGB 248 150 221 -
CMYK 0 0.40 0.11 0.03
HSL 316.53º 0.88% 0.78% -
HSV(B) 316.53º 0.4% 0.97% -
XYZ 62.67 46.99 74.17 -
YUV 187.4 146.97 171.23 -
System Red Green Blue C M Y K H S L
Decimal 248 150 221 0 0.40 0.11 0.03 316.53 0.88 0.78
Hex F8 96 DD 0 28 B 3 13D 58 4E
Octal 370 226 335 0 50 13 3 475 130 116
Binary 11111000 10010110 11011101 0 101000 1011 11 100111101 1011000 1001110

Color Harmonies of #F896DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F896DD

Black with #F896DD

Text Example


Text Example

White with #F896DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F896DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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