Html Css Color HEX #F794DD Lavender Rose

📋 copy color: '#F794DD'

red 247 ◦ green 148 ◦ blue 221

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

Shades of Lavender Rose #F794DD

Tints of Lavender Rose #F794DD

RGB

 RED value IS 247 (96.88% from 255) = 40.1%

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

 BLUE value IS 221 (86.72% from 255) = 35.88%

R = 40.1%
G = 24.03%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F794DD (or 0xF794DD) is known color: Lavender Rose. HEX triplet: F7, 94 and DD. RGB value is (247,148,221). Sum of RGB (Red+Green+Blue) = 247+148+221=616 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.10% from 616); Green value is 148 (58.20% from 255 or 24.03% from 616); Blue value is 221 (86.72% from 255 or 35.88% from 616); Max value from RGB is 247 - color contains mainly: red. Hex color #F794DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F794DD is #086B22. Grayscale: #B9B9B9. Windows color (decimal): -551715 or 14521591. OLE color: 14521591.

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

Color convert

RGB 247 148 221 -
CMYK 0 0.40 0.11 0.03
HSL 315.76º 0.86% 0.77% -
HSV(B) 315.76º 0.4% 0.97% -
XYZ 62 46.17 74.05 -
YUV 185.92 147.8 171.56 -
System Red Green Blue C M Y K H S L
Decimal 247 148 221 0 0.40 0.11 0.03 315.76 0.86 0.77
Hex F7 94 DD 0 28 B 3 13C 56 4D
Octal 367 224 335 0 50 13 3 474 126 115
Binary 11110111 10010100 11011101 0 101000 1011 11 100111100 1010110 1001101

Color Harmonies of #F794DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F794DD

Black with #F794DD

Text Example


Text Example

White with #F794DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F794DD; }

 p { color: rgb(247,148,221); }

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

background-color css

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

 a { background-color: rgb(247,148,221); }

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

border-color css

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

 span { border-color: rgb(247,148,221); }

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