Html Css Color HEX #F89EDC Lavender Rose

📋 copy color: '#F89EDC'

red 248 ◦ green 158 ◦ blue 220

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

Shades of Lavender Rose #F89EDC

Tints of Lavender Rose #F89EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 35.14%

R = 39.62%
G = 25.24%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F89EDC (or 0xF89EDC) is known color: Lavender Rose. HEX triplet: F8, 9E and DC. RGB value is (248,158,220). Sum of RGB (Red+Green+Blue) = 248+158+220=626 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.62% from 626); Green value is 158 (62.11% from 255 or 25.24% from 626); Blue value is 220 (86.33% from 255 or 35.14% from 626); Max value from RGB is 248 - color contains mainly: red. Hex color #F89EDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F89EDC is #076123. Grayscale: #BFBFBF. Windows color (decimal): -483620 or 14458616. OLE color: 14458616.

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

Color convert

RGB 248 158 220 -
CMYK 0 0.36 0.11 0.03
HSL 318.67º 0.87% 0.8% -
HSV(B) 318.67º 0.36% 0.97% -
XYZ 63.86 49.58 73.91 -
YUV 191.98 143.82 167.96 -
System Red Green Blue C M Y K H S L
Decimal 248 158 220 0 0.36 0.11 0.03 318.67 0.87 0.8
Hex F8 9E DC 0 24 B 3 13F 57 50
Octal 370 236 334 0 44 13 3 477 127 120
Binary 11111000 10011110 11011100 0 100100 1011 11 100111111 1010111 1010000

Color Harmonies of #F89EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F89EDC

Black with #F89EDC

Text Example


Text Example

White with #F89EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F89EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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