Html Css Color HEX #F89DDF Lavender Rose

📋 copy color: '#F89DDF'

red 248 ◦ green 157 ◦ blue 223

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

Shades of Lavender Rose #F89DDF

Tints of Lavender Rose #F89DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 35.51%

R = 39.49%
G = 25%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#F89DDF (or 0xF89DDF) is known color: Lavender Rose. HEX triplet: F8, 9D and DF. RGB value is (248,157,223). Sum of RGB (Red+Green+Blue) = 248+157+223=628 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.49% from 628); Green value is 157 (61.72% from 255 or 25% from 628); Blue value is 223 (87.5% from 255 or 35.51% from 628); Max value from RGB is 248 - color contains mainly: red. Hex color #F89DDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F89DDF is #076220. Grayscale: #BFBFBF. Windows color (decimal): -483873 or 14654968. OLE color: 14654968.

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

Color convert

RGB 248 157 223 -
CMYK 0 0.37 0.10 0.03
HSL 316.48º 0.87% 0.79% -
HSV(B) 316.48º 0.37% 0.97% -
XYZ 64.09 49.4 75.97 -
YUV 191.73 145.65 168.13 -
System Red Green Blue C M Y K H S L
Decimal 248 157 223 0 0.37 0.10 0.03 316.48 0.87 0.79
Hex F8 9D DF 0 25 A 3 13C 57 4F
Octal 370 235 337 0 45 12 3 474 127 117
Binary 11111000 10011101 11011111 0 100101 1010 11 100111100 1010111 1001111

Color Harmonies of #F89DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F89DDF

Black with #F89DDF

Text Example


Text Example

White with #F89DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F89DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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