Html Css Color HEX #F798DA Lavender Rose

📋 copy color: '#F798DA'

red 247 ◦ green 152 ◦ blue 218

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

Shades of Lavender Rose #F798DA

Tints of Lavender Rose #F798DA

RGB

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

 GREEN value IS 152 (59.77% from 255) = 24.64%

 BLUE value IS 218 (85.55% from 255) = 35.33%

R = 40.03%
G = 24.64%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#F798DA (or 0xF798DA) is known color: Lavender Rose. HEX triplet: F7, 98 and DA. RGB value is (247,152,218). Sum of RGB (Red+Green+Blue) = 247+152+218=617 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.03% from 617); Green value is 152 (59.77% from 255 or 24.64% from 617); Blue value is 218 (85.55% from 255 or 35.33% from 617); Max value from RGB is 247 - color contains mainly: red. Hex color #F798DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F798DA is #086725. Grayscale: #BBBBBB. Windows color (decimal): -550694 or 14326007. OLE color: 14326007.

HSL color Cylindrical-coordinate representation of color #F798DA: hue angle of 318.32º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F798DA is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 152 218 -
CMYK 0 0.38 0.12 0.03
HSL 318.32º 0.86% 0.78% -
HSV(B) 318.32º 0.38% 0.97% -
XYZ 62.24 47.29 72.18 -
YUV 187.93 144.97 170.13 -
System Red Green Blue C M Y K H S L
Decimal 247 152 218 0 0.38 0.12 0.03 318.32 0.86 0.78
Hex F7 98 DA 0 26 C 3 13E 56 4E
Octal 367 230 332 0 46 14 3 476 126 116
Binary 11110111 10011000 11011010 0 100110 1100 11 100111110 1010110 1001110

Color Harmonies of #F798DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F798DA

Black with #F798DA

Text Example


Text Example

White with #F798DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F798DA; }

 p { color: rgb(247,152,218); }

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

background-color css

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

 a { background-color: rgb(247,152,218); }

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

border-color css

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

 span { border-color: rgb(247,152,218); }

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