Html Css Color HEX #FF97EC Lavender Rose

📋 copy color: '#FF97EC'

red 255 ◦ green 151 ◦ blue 236

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

Shades of Lavender Rose #FF97EC

Tints of Lavender Rose #FF97EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 36.76%

R = 39.72%
G = 23.52%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#FF97EC (or 0xFF97EC) is known color: Lavender Rose. HEX triplet: FF, 97 and EC. RGB value is (255,151,236). Sum of RGB (Red+Green+Blue) = 255+151+236=642 (85% of max value = 765). Red value is 255 (100% from 255 or 39.72% from 642); Green value is 151 (59.38% from 255 or 23.52% from 642); Blue value is 236 (92.58% from 255 or 36.76% from 642); Max value from RGB is 255 - color contains mainly: red. Hex color #FF97EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF97EC is #006813. Grayscale: #BFBFBF. Windows color (decimal): -26644 or 15505407. OLE color: 15505407.

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

Color convert

RGB 255 151 236 -
CMYK 0 0.41 0.07 0
HSL 310.96º 1% 0.8% -
HSV(B) 310.96º 0.41% 1% -
XYZ 67.45 49.45 85.35 -
YUV 191.79 152.96 173.09 -
System Red Green Blue C M Y K H S L
Decimal 255 151 236 0 0.41 0.07 0 310.96 1 0.8
Hex FF 97 EC 0 29 7 0 137 64 50
Octal 377 227 354 0 51 7 0 467 144 120
Binary 11111111 10010111 11101100 0 101001 111 0 100110111 1100100 1010000

Color Harmonies of #FF97EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF97EC

Black with #FF97EC

Text Example


Text Example

White with #FF97EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF97EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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