Html Css Color HEX #F795DD Lavender Rose

📋 copy color: '#F795DD'

red 247 ◦ green 149 ◦ blue 221

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

Shades of Lavender Rose #F795DD

Tints of Lavender Rose #F795DD

RGB

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

 GREEN value IS 149 (58.59% from 255) = 24.15%

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

R = 40.03%
G = 24.15%
B = 35.82%

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

#F795DD (or 0xF795DD) is known color: Lavender Rose. HEX triplet: F7, 95 and DD. RGB value is (247,149,221). Sum of RGB (Red+Green+Blue) = 247+149+221=617 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.03% from 617); Green value is 149 (58.59% from 255 or 24.15% from 617); Blue value is 221 (86.72% from 255 or 35.82% from 617); Max value from RGB is 247 - color contains mainly: red. Hex color #F795DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F795DD is #086A22. Grayscale: #BABABA. Windows color (decimal): -551459 or 14521847. OLE color: 14521847.

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

Color convert

RGB 247 149 221 -
CMYK 0 0.40 0.11 0.03
HSL 315.92º 0.86% 0.78% -
HSV(B) 315.92º 0.4% 0.97% -
XYZ 62.16 46.49 74.1 -
YUV 186.51 147.47 171.15 -
System Red Green Blue C M Y K H S L
Decimal 247 149 221 0 0.40 0.11 0.03 315.92 0.86 0.78
Hex F7 95 DD 0 28 B 3 13C 56 4E
Octal 367 225 335 0 50 13 3 474 126 116
Binary 11110111 10010101 11011101 0 101000 1011 11 100111100 1010110 1001110

Color Harmonies of #F795DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F795DD

Black with #F795DD

Text Example


Text Example

White with #F795DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F795DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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