Html Css Color HEX #F89EEC Lavender Rose

📋 copy color: '#F89EEC'

red 248 ◦ green 158 ◦ blue 236

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

Shades of Lavender Rose #F89EEC

Tints of Lavender Rose #F89EEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 36.76%

R = 38.63%
G = 24.61%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.05

 K value IS 0.03

RGB Variations

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

Color information

#F89EEC (or 0xF89EEC) is known color: Lavender Rose. HEX triplet: F8, 9E and EC. RGB value is (248,158,236). Sum of RGB (Red+Green+Blue) = 248+158+236=642 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.63% from 642); Green value is 158 (62.11% from 255 or 24.61% from 642); Blue value is 236 (92.58% from 255 or 36.76% from 642); Max value from RGB is 248 - color contains mainly: red. Hex color #F89EEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F89EEC is #076113. Grayscale: #C1C1C1. Windows color (decimal): -483604 or 15507192. OLE color: 15507192.

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

Color convert

RGB 248 158 236 -
CMYK 0 0.36 0.05 0.03
HSL 308º 0.87% 0.8% -
HSV(B) 308º 0.36% 0.97% -
XYZ 66.08 50.47 85.62 -
YUV 193.8 151.82 166.66 -
System Red Green Blue C M Y K H S L
Decimal 248 158 236 0 0.36 0.05 0.03 308 0.87 0.8
Hex F8 9E EC 0 24 5 3 134 57 50
Octal 370 236 354 0 44 5 3 464 127 120
Binary 11111000 10011110 11101100 0 100100 101 11 100110100 1010111 1010000

Color Harmonies of #F89EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F89EEC

Black with #F89EEC

Text Example


Text Example

White with #F89EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F89EEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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