Html Css Color HEX #F997DC Lavender Rose

📋 copy color: '#F997DC'

red 249 ◦ green 151 ◦ blue 220

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

Shades of Lavender Rose #F997DC

Tints of Lavender Rose #F997DC

RGB

 RED value IS 249 (97.66% from 255) = 40.16%

 GREEN value IS 151 (59.38% from 255) = 24.35%

 BLUE value IS 220 (86.33% from 255) = 35.48%

R = 40.16%
G = 24.35%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#F997DC (or 0xF997DC) is known color: Lavender Rose. HEX triplet: F9, 97 and DC. RGB value is (249,151,220). Sum of RGB (Red+Green+Blue) = 249+151+220=620 (82% of max value = 765). Red value is 249 (97.66% from 255 or 40.16% from 620); Green value is 151 (59.38% from 255 or 24.35% from 620); Blue value is 220 (86.33% from 255 or 35.48% from 620); Max value from RGB is 249 - color contains mainly: red. Hex color #F997DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F997DC is #066823. Grayscale: #BBBBBB. Windows color (decimal): -419876 or 14456825. OLE color: 14456825.

HSL color Cylindrical-coordinate representation of color #F997DC: hue angle of 317.76º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F997DC is Cyan = 0, Magento = 0.39, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 151 220 -
CMYK 0 0.39 0.12 0.02
HSL 317.76º 0.89% 0.78% -
HSV(B) 317.76º 0.39% 0.98% -
XYZ 63.05 47.44 73.54 -
YUV 188.17 145.97 171.39 -
System Red Green Blue C M Y K H S L
Decimal 249 151 220 0 0.39 0.12 0.02 317.76 0.89 0.78
Hex F9 97 DC 0 27 C 2 13E 59 4E
Octal 371 227 334 0 47 14 2 476 131 116
Binary 11111001 10010111 11011100 0 100111 1100 10 100111110 1011001 1001110

Color Harmonies of #F997DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F997DC

Black with #F997DC

Text Example


Text Example

White with #F997DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F997DC; }

 p { color: rgb(249,151,220); }

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

background-color css

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

 a { background-color: rgb(249,151,220); }

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

border-color css

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

 span { border-color: rgb(249,151,220); }

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