Html Css Color HEX #F893DF Lavender Rose

📋 copy color: '#F893DF'

red 248 ◦ green 147 ◦ blue 223

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

Shades of Lavender Rose #F893DF

Tints of Lavender Rose #F893DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 36.08%

R = 40.13%
G = 23.79%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#F893DF (or 0xF893DF) is known color: Lavender Rose. HEX triplet: F8, 93 and DF. RGB value is (248,147,223). Sum of RGB (Red+Green+Blue) = 248+147+223=618 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.13% from 618); Green value is 147 (57.81% from 255 or 23.79% from 618); Blue value is 223 (87.5% from 255 or 36.08% from 618); Max value from RGB is 248 - color contains mainly: red. Hex color #F893DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F893DF is #076C20. Grayscale: #B9B9B9. Windows color (decimal): -486433 or 14652408. OLE color: 14652408.

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

Color convert

RGB 248 147 223 -
CMYK 0 0.41 0.10 0.03
HSL 314.85º 0.88% 0.77% -
HSV(B) 314.85º 0.41% 0.97% -
XYZ 62.46 46.15 75.43 -
YUV 185.86 148.96 172.32 -
System Red Green Blue C M Y K H S L
Decimal 248 147 223 0 0.41 0.10 0.03 314.85 0.88 0.77
Hex F8 93 DF 0 29 A 3 13B 58 4D
Octal 370 223 337 0 51 12 3 473 130 115
Binary 11111000 10010011 11011111 0 101001 1010 11 100111011 1011000 1001101

Color Harmonies of #F893DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F893DF

Black with #F893DF

Text Example


Text Example

White with #F893DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F893DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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