Html Css Color HEX #F89DD8 Lavender Rose

📋 copy color: '#F89DD8'

red 248 ◦ green 157 ◦ blue 216

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

Shades of Lavender Rose #F89DD8

Tints of Lavender Rose #F89DD8

RGB

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

 GREEN value IS 157 (61.72% from 255) = 25.28%

 BLUE value IS 216 (84.77% from 255) = 34.78%

R = 39.94%
G = 25.28%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.13

 K value IS 0.03

RGB Variations

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

Color information

#F89DD8 (or 0xF89DD8) is known color: Lavender Rose. HEX triplet: F8, 9D and D8. RGB value is (248,157,216). Sum of RGB (Red+Green+Blue) = 248+157+216=621 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.94% from 621); Green value is 157 (61.72% from 255 or 25.28% from 621); Blue value is 216 (84.77% from 255 or 34.78% from 621); Max value from RGB is 248 - color contains mainly: red. Hex color #F89DD8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F89DD8 is #076227. Grayscale: #BEBEBE. Windows color (decimal): -483880 or 14196216. OLE color: 14196216.

HSL color Cylindrical-coordinate representation of color #F89DD8: hue angle of 321.1º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F89DD8 is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 157 216 -
CMYK 0 0.37 0.13 0.03
HSL 321.1º 0.87% 0.79% -
HSV(B) 321.1º 0.37% 0.97% -
XYZ 63.16 49.03 71.1 -
YUV 190.94 142.15 168.7 -
System Red Green Blue C M Y K H S L
Decimal 248 157 216 0 0.37 0.13 0.03 321.1 0.87 0.79
Hex F8 9D D8 0 25 D 3 141 57 4F
Octal 370 235 330 0 45 15 3 501 127 117
Binary 11111000 10011101 11011000 0 100101 1101 11 101000001 1010111 1001111

Color Harmonies of #F89DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F89DD8

Black with #F89DD8

Text Example


Text Example

White with #F89DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F89DD8; }

 p { color: rgb(248,157,216); }

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

background-color css

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

 a { background-color: rgb(248,157,216); }

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

border-color css

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

 span { border-color: rgb(248,157,216); }

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