Html Css Color HEX #F89FDC Lavender Rose

📋 copy color: '#F89FDC'

red 248 ◦ green 159 ◦ blue 220

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

Shades of Lavender Rose #F89FDC

Tints of Lavender Rose #F89FDC

RGB

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

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

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

R = 39.55%
G = 25.36%
B = 35.09%

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

#F89FDC (or 0xF89FDC) is known color: Lavender Rose. HEX triplet: F8, 9F and DC. RGB value is (248,159,220). Sum of RGB (Red+Green+Blue) = 248+159+220=627 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.55% from 627); Green value is 159 (62.5% from 255 or 25.36% from 627); Blue value is 220 (86.33% from 255 or 35.09% from 627); Max value from RGB is 248 - color contains mainly: red. Hex color #F89FDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F89FDC is #076023. Grayscale: #C0C0C0. Windows color (decimal): -483364 or 14458872. OLE color: 14458872.

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

Color convert

RGB 248 159 220 -
CMYK 0 0.36 0.11 0.03
HSL 318.88º 0.86% 0.8% -
HSV(B) 318.88º 0.36% 0.97% -
XYZ 64.03 49.92 73.97 -
YUV 192.57 143.49 167.54 -
System Red Green Blue C M Y K H S L
Decimal 248 159 220 0 0.36 0.11 0.03 318.88 0.86 0.8
Hex F8 9F DC 0 24 B 3 13F 56 50
Octal 370 237 334 0 44 13 3 477 126 120
Binary 11111000 10011111 11011100 0 100100 1011 11 100111111 1010110 1010000

Color Harmonies of #F89FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F89FDC

Black with #F89FDC

Text Example


Text Example

White with #F89FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F89FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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