Html Css Color HEX #F89FEC Lavender Rose

📋 copy color: '#F89FEC'

red 248 ◦ green 159 ◦ blue 236

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

Shades of Lavender Rose #F89FEC

Tints of Lavender Rose #F89FEC

RGB

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

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

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

R = 38.57%
G = 24.73%
B = 36.7%

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

#F89FEC (or 0xF89FEC) is known color: Lavender Rose. HEX triplet: F8, 9F and EC. RGB value is (248,159,236). Sum of RGB (Red+Green+Blue) = 248+159+236=643 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.57% from 643); Green value is 159 (62.5% from 255 or 24.73% from 643); Blue value is 236 (92.58% from 255 or 36.70% from 643); Max value from RGB is 248 - color contains mainly: red. Hex color #F89FEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F89FEC is #076013. Grayscale: #C2C2C2. Windows color (decimal): -483348 or 15507448. OLE color: 15507448.

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

Color convert

RGB 248 159 236 -
CMYK 0 0.36 0.05 0.03
HSL 308.09º 0.86% 0.8% -
HSV(B) 308.09º 0.36% 0.97% -
XYZ 66.25 50.81 85.67 -
YUV 194.39 151.49 166.24 -
System Red Green Blue C M Y K H S L
Decimal 248 159 236 0 0.36 0.05 0.03 308.09 0.86 0.8
Hex F8 9F EC 0 24 5 3 134 56 50
Octal 370 237 354 0 44 5 3 464 126 120
Binary 11111000 10011111 11101100 0 100100 101 11 100110100 1010110 1010000

Color Harmonies of #F89FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F89FEC

Black with #F89FEC

Text Example


Text Example

White with #F89FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F89FEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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