Html Css Color HEX #FF97DC Lavender Rose

📋 copy color: '#FF97DC'

red 255 ◦ green 151 ◦ blue 220

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

Shades of Lavender Rose #FF97DC

Tints of Lavender Rose #FF97DC

RGB

 RED value IS 255 (100% from 255) = 40.73%

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

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

R = 40.73%
G = 24.12%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.14

 K value IS 0

RGB Variations

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

Color information

#FF97DC (or 0xFF97DC) is known color: Lavender Rose. HEX triplet: FF, 97 and DC. RGB value is (255,151,220). Sum of RGB (Red+Green+Blue) = 255+151+220=626 (82% of max value = 765). Red value is 255 (100% from 255 or 40.73% from 626); Green value is 151 (59.38% from 255 or 24.12% from 626); Blue value is 220 (86.33% from 255 or 35.14% from 626); Max value from RGB is 255 - color contains mainly: red. Hex color #FF97DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF97DC is #006823. Grayscale: #BDBDBD. Windows color (decimal): -26660 or 14456831. OLE color: 14456831.

HSL color Cylindrical-coordinate representation of color #FF97DC: hue angle of 320.19º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FF97DC is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.

Color convert

RGB 255 151 220 -
CMYK 0 0.41 0.14 0
HSL 320.19º 1% 0.8% -
HSV(B) 320.19º 0.41% 1% -
XYZ 65.22 48.56 73.65 -
YUV 189.96 144.96 174.39 -
System Red Green Blue C M Y K H S L
Decimal 255 151 220 0 0.41 0.14 0 320.19 1 0.8
Hex FF 97 DC 0 29 E 0 140 64 50
Octal 377 227 334 0 51 16 0 500 144 120
Binary 11111111 10010111 11011100 0 101001 1110 0 101000000 1100100 1010000

Color Harmonies of #FF97DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF97DC

Black with #FF97DC

Text Example


Text Example

White with #FF97DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF97DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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