Html Css Color HEX #F893DC Lavender Rose

📋 copy color: '#F893DC'

red 248 ◦ green 147 ◦ blue 220

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

Shades of Lavender Rose #F893DC

Tints of Lavender Rose #F893DC

RGB

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

 GREEN value IS 147 (57.81% from 255) = 23.9%

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

R = 40.33%
G = 23.9%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F893DC (or 0xF893DC) is known color: Lavender Rose. HEX triplet: F8, 93 and DC. RGB value is (248,147,220). Sum of RGB (Red+Green+Blue) = 248+147+220=615 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.33% from 615); Green value is 147 (57.81% from 255 or 23.90% from 615); Blue value is 220 (86.33% from 255 or 35.77% from 615); Max value from RGB is 248 - color contains mainly: red. Hex color #F893DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F893DC is #076C23. Grayscale: #B9B9B9. Windows color (decimal): -486436 or 14455800. OLE color: 14455800.

HSL color Cylindrical-coordinate representation of color #F893DC: hue angle of 316.63º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F893DC is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 147 220 -
CMYK 0 0.41 0.11 0.03
HSL 316.63º 0.88% 0.77% -
HSV(B) 316.63º 0.41% 0.97% -
XYZ 62.06 45.99 73.32 -
YUV 185.52 147.46 172.56 -
System Red Green Blue C M Y K H S L
Decimal 248 147 220 0 0.41 0.11 0.03 316.63 0.88 0.77
Hex F8 93 DC 0 29 B 3 13D 58 4D
Octal 370 223 334 0 51 13 3 475 130 115
Binary 11111000 10010011 11011100 0 101001 1011 11 100111101 1011000 1001101

Color Harmonies of #F893DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F893DC

Black with #F893DC

Text Example


Text Example

White with #F893DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F893DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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