Html Css Color HEX #F89FED Lavender Rose

📋 copy color: '#F89FED'

red 248 ◦ green 159 ◦ blue 237

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

Shades of Lavender Rose #F89FED

Tints of Lavender Rose #F89FED

RGB

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

 GREEN value IS 159 (62.5% from 255) = 24.69%

 BLUE value IS 237 (92.97% from 255) = 36.8%

R = 38.51%
G = 24.69%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#F89FED (or 0xF89FED) is known color: Lavender Rose. HEX triplet: F8, 9F and ED. RGB value is (248,159,237). Sum of RGB (Red+Green+Blue) = 248+159+237=644 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.51% from 644); Green value is 159 (62.5% from 255 or 24.69% from 644); Blue value is 237 (92.97% from 255 or 36.80% from 644); Max value from RGB is 248 - color contains mainly: red. Hex color #F89FED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F89FED is #076012. Grayscale: #C2C2C2. Windows color (decimal): -483347 or 15572984. OLE color: 15572984.

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

Color convert

RGB 248 159 237 -
CMYK 0 0.36 0.04 0.03
HSL 307.42º 0.86% 0.8% -
HSV(B) 307.42º 0.36% 0.97% -
XYZ 66.4 50.87 86.44 -
YUV 194.5 151.99 166.16 -
System Red Green Blue C M Y K H S L
Decimal 248 159 237 0 0.36 0.04 0.03 307.42 0.86 0.8
Hex F8 9F ED 0 24 4 3 133 56 50
Octal 370 237 355 0 44 4 3 463 126 120
Binary 11111000 10011111 11101101 0 100100 100 11 100110011 1010110 1010000

Color Harmonies of #F89FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F89FED

Black with #F89FED

Text Example


Text Example

White with #F89FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F89FED; }

 p { color: rgb(248,159,237); }

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

background-color css

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

 a { background-color: rgb(248,159,237); }

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

border-color css

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

 span { border-color: rgb(248,159,237); }

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