Html Css Color HEX #F894DF Lavender Rose

📋 copy color: '#F894DF'

red 248 ◦ green 148 ◦ blue 223

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

Shades of Lavender Rose #F894DF

Tints of Lavender Rose #F894DF

RGB

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

 GREEN value IS 148 (58.2% from 255) = 23.91%

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

R = 40.06%
G = 23.91%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#F894DF (or 0xF894DF) is known color: Lavender Rose. HEX triplet: F8, 94 and DF. RGB value is (248,148,223). Sum of RGB (Red+Green+Blue) = 248+148+223=619 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.06% from 619); Green value is 148 (58.20% from 255 or 23.91% from 619); Blue value is 223 (87.5% from 255 or 36.03% from 619); Max value from RGB is 248 - color contains mainly: red. Hex color #F894DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F894DF is #076B20. Grayscale: #BABABA. Windows color (decimal): -486177 or 14652664. OLE color: 14652664.

HSL color Cylindrical-coordinate representation of color #F894DF: hue angle of 315º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F894DF is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 148 223 -
CMYK 0 0.40 0.10 0.03
HSL 315º 0.88% 0.78% -
HSV(B) 315º 0.4% 0.97% -
XYZ 62.62 46.46 75.48 -
YUV 186.45 148.63 171.9 -
System Red Green Blue C M Y K H S L
Decimal 248 148 223 0 0.40 0.10 0.03 315 0.88 0.78
Hex F8 94 DF 0 28 A 3 13B 58 4E
Octal 370 224 337 0 50 12 3 473 130 116
Binary 11111000 10010100 11011111 0 101000 1010 11 100111011 1011000 1001110

Color Harmonies of #F894DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F894DF

Black with #F894DF

Text Example


Text Example

White with #F894DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F894DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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