Html Css Color HEX #FF97E7 Lavender Rose

📋 copy color: '#FF97E7'

red 255 ◦ green 151 ◦ blue 231

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

Shades of Lavender Rose #FF97E7

Tints of Lavender Rose #FF97E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 36.26%

R = 40.03%
G = 23.7%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.09

 K value IS 0

RGB Variations

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

Color information

#FF97E7 (or 0xFF97E7) is known color: Lavender Rose. HEX triplet: FF, 97 and E7. RGB value is (255,151,231). Sum of RGB (Red+Green+Blue) = 255+151+231=637 (84% of max value = 765). Red value is 255 (100% from 255 or 40.03% from 637); Green value is 151 (59.38% from 255 or 23.70% from 637); Blue value is 231 (90.62% from 255 or 36.26% from 637); Max value from RGB is 255 - color contains mainly: red. Hex color #FF97E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF97E7 is #006818. Grayscale: #BEBEBE. Windows color (decimal): -26649 or 15177727. OLE color: 15177727.

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

Color convert

RGB 255 151 231 -
CMYK 0 0.41 0.09 0
HSL 313.85º 1% 0.8% -
HSV(B) 313.85º 0.41% 1% -
XYZ 66.73 49.16 81.57 -
YUV 191.22 150.46 173.5 -
System Red Green Blue C M Y K H S L
Decimal 255 151 231 0 0.41 0.09 0 313.85 1 0.8
Hex FF 97 E7 0 29 9 0 13A 64 50
Octal 377 227 347 0 51 11 0 472 144 120
Binary 11111111 10010111 11100111 0 101001 1001 0 100111010 1100100 1010000

Color Harmonies of #FF97E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF97E7

Black with #FF97E7

Text Example


Text Example

White with #FF97E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF97E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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