Html Css Color HEX #F89EDF Lavender Rose

📋 copy color: '#F89EDF'

red 248 ◦ green 158 ◦ blue 223

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

Shades of Lavender Rose #F89EDF

Tints of Lavender Rose #F89EDF

RGB

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

 GREEN value IS 158 (62.11% from 255) = 25.12%

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

R = 39.43%
G = 25.12%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#F89EDF (or 0xF89EDF) is known color: Lavender Rose. HEX triplet: F8, 9E and DF. RGB value is (248,158,223). Sum of RGB (Red+Green+Blue) = 248+158+223=629 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.43% from 629); Green value is 158 (62.11% from 255 or 25.12% from 629); Blue value is 223 (87.5% from 255 or 35.45% from 629); Max value from RGB is 248 - color contains mainly: red. Hex color #F89EDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F89EDF is #076120. Grayscale: #C0C0C0. Windows color (decimal): -483617 or 14655224. OLE color: 14655224.

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

Color convert

RGB 248 158 223 -
CMYK 0 0.36 0.10 0.03
HSL 316.67º 0.87% 0.8% -
HSV(B) 316.67º 0.36% 0.97% -
XYZ 64.26 49.74 76.03 -
YUV 192.32 145.32 167.71 -
System Red Green Blue C M Y K H S L
Decimal 248 158 223 0 0.36 0.10 0.03 316.67 0.87 0.8
Hex F8 9E DF 0 24 A 3 13D 57 50
Octal 370 236 337 0 44 12 3 475 127 120
Binary 11111000 10011110 11011111 0 100100 1010 11 100111101 1010111 1010000

Color Harmonies of #F89EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F89EDF

Black with #F89EDF

Text Example


Text Example

White with #F89EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F89EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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