Html Css Color HEX #F894D9 Lavender Rose

📋 copy color: '#F894D9'

red 248 ◦ green 148 ◦ blue 217

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

Shades of Lavender Rose #F894D9

Tints of Lavender Rose #F894D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 35.4%

R = 40.46%
G = 24.14%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#F894D9 (or 0xF894D9) is known color: Lavender Rose. HEX triplet: F8, 94 and D9. RGB value is (248,148,217). Sum of RGB (Red+Green+Blue) = 248+148+217=613 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.46% from 613); Green value is 148 (58.20% from 255 or 24.14% from 613); Blue value is 217 (85.16% from 255 or 35.40% from 613); Max value from RGB is 248 - color contains mainly: red. Hex color #F894D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F894D9 is #076B26. Grayscale: #B9B9B9. Windows color (decimal): -486183 or 14259448. OLE color: 14259448.

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

Color convert

RGB 248 148 217 -
CMYK 0 0.40 0.12 0.03
HSL 318.6º 0.88% 0.78% -
HSV(B) 318.6º 0.4% 0.97% -
XYZ 61.83 46.15 71.29 -
YUV 185.77 145.63 172.39 -
System Red Green Blue C M Y K H S L
Decimal 248 148 217 0 0.40 0.12 0.03 318.6 0.88 0.78
Hex F8 94 D9 0 28 C 3 13F 58 4E
Octal 370 224 331 0 50 14 3 477 130 116
Binary 11111000 10010100 11011001 0 101000 1100 11 100111111 1011000 1001110

Color Harmonies of #F894D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F894D9

Black with #F894D9

Text Example


Text Example

White with #F894D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F894D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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