Html Css Color HEX #F89EE0 Lavender Rose

📋 copy color: '#F89EE0'

red 248 ◦ green 158 ◦ blue 224

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

Shades of Lavender Rose #F89EE0

Tints of Lavender Rose #F89EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 35.56%

R = 39.37%
G = 25.08%
B = 35.56%

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

#F89EE0 (or 0xF89EE0) is known color: Lavender Rose. HEX triplet: F8, 9E and E0. RGB value is (248,158,224). Sum of RGB (Red+Green+Blue) = 248+158+224=630 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.37% from 630); Green value is 158 (62.11% from 255 or 25.08% from 630); Blue value is 224 (87.89% from 255 or 35.56% from 630); Max value from RGB is 248 - color contains mainly: red. Hex color #F89EE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F89EE0 is #07611F. Grayscale: #C0C0C0. Windows color (decimal): -483616 or 14720760. OLE color: 14720760.

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

Color convert

RGB 248 158 224 -
CMYK 0 0.36 0.10 0.03
HSL 316º 0.87% 0.8% -
HSV(B) 316º 0.36% 0.97% -
XYZ 64.39 49.79 76.74 -
YUV 192.43 145.82 167.63 -
System Red Green Blue C M Y K H S L
Decimal 248 158 224 0 0.36 0.10 0.03 316 0.87 0.8
Hex F8 9E E0 0 24 A 3 13C 57 50
Octal 370 236 340 0 44 12 3 474 127 120
Binary 11111000 10011110 11100000 0 100100 1010 11 100111100 1010111 1010000

Color Harmonies of #F89EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F89EE0

Black with #F89EE0

Text Example


Text Example

White with #F89EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F89EE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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