Html Css Color HEX #FF97D6 Lavender Rose

📋 copy color: '#FF97D6'

red 255 ◦ green 151 ◦ blue 214

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

Shades of Lavender Rose #FF97D6

Tints of Lavender Rose #FF97D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 34.52%

R = 41.13%
G = 24.35%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.16

 K value IS 0

RGB Variations

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

Color information

#FF97D6 (or 0xFF97D6) is known color: Lavender Rose. HEX triplet: FF, 97 and D6. RGB value is (255,151,214). Sum of RGB (Red+Green+Blue) = 255+151+214=620 (82% of max value = 765). Red value is 255 (100% from 255 or 41.13% from 620); Green value is 151 (59.38% from 255 or 24.35% from 620); Blue value is 214 (83.98% from 255 or 34.52% from 620); Max value from RGB is 255 - color contains mainly: red. Hex color #FF97D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF97D6 is #006829. Grayscale: #BDBDBD. Windows color (decimal): -26666 or 14063615. OLE color: 14063615.

HSL color Cylindrical-coordinate representation of color #FF97D6: hue angle of 323.65º 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 #FF97D6 is Cyan = 0, Magento = 0.41, Yellow = 0.16 and Black (K on CMYK) = 0.

Color convert

RGB 255 151 214 -
CMYK 0 0.41 0.16 0
HSL 323.65º 1% 0.8% -
HSV(B) 323.65º 0.41% 1% -
XYZ 64.44 48.25 69.53 -
YUV 189.28 141.96 174.88 -
System Red Green Blue C M Y K H S L
Decimal 255 151 214 0 0.41 0.16 0 323.65 1 0.8
Hex FF 97 D6 0 29 10 0 144 64 50
Octal 377 227 326 0 51 20 0 504 144 120
Binary 11111111 10010111 11010110 0 101001 10000 0 101000100 1100100 1010000

Color Harmonies of #FF97D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF97D6

Black with #FF97D6

Text Example


Text Example

White with #FF97D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF97D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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