Html Css Color HEX #F89EDE Lavender Rose

📋 copy color: '#F89EDE'

red 248 ◦ green 158 ◦ blue 222

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

Shades of Lavender Rose #F89EDE

Tints of Lavender Rose #F89EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 35.35%

R = 39.49%
G = 25.16%
B = 35.35%

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

#F89EDE (or 0xF89EDE) is known color: Lavender Rose. HEX triplet: F8, 9E and DE. RGB value is (248,158,222). Sum of RGB (Red+Green+Blue) = 248+158+222=628 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.49% from 628); Green value is 158 (62.11% from 255 or 25.16% from 628); Blue value is 222 (87.11% from 255 or 35.35% from 628); Max value from RGB is 248 - color contains mainly: red. Hex color #F89EDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F89EDE is #076121. Grayscale: #C0C0C0. Windows color (decimal): -483618 or 14589688. OLE color: 14589688.

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

Color convert

RGB 248 158 222 -
CMYK 0 0.36 0.10 0.03
HSL 317.33º 0.87% 0.8% -
HSV(B) 317.33º 0.36% 0.97% -
XYZ 64.12 49.68 75.32 -
YUV 192.21 144.82 167.8 -
System Red Green Blue C M Y K H S L
Decimal 248 158 222 0 0.36 0.10 0.03 317.33 0.87 0.8
Hex F8 9E DE 0 24 A 3 13D 57 50
Octal 370 236 336 0 44 12 3 475 127 120
Binary 11111000 10011110 11011110 0 100100 1010 11 100111101 1010111 1010000

Color Harmonies of #F89EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F89EDE

Black with #F89EDE

Text Example


Text Example

White with #F89EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F89EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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