Html Css Color HEX #FE97DB Lavender Rose

📋 copy color: '#FE97DB'

red 254 ◦ green 151 ◦ blue 219

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

Shades of Lavender Rose #FE97DB

Tints of Lavender Rose #FE97DB

RGB

 RED value IS 254 (99.61% from 255) = 40.71%

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

 BLUE value IS 219 (85.94% from 255) = 35.1%

R = 40.71%
G = 24.2%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#FE97DB (or 0xFE97DB) is known color: Lavender Rose. HEX triplet: FE, 97 and DB. RGB value is (254,151,219). Sum of RGB (Red+Green+Blue) = 254+151+219=624 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.71% from 624); Green value is 151 (59.38% from 255 or 24.20% from 624); Blue value is 219 (85.94% from 255 or 35.10% from 624); Max value from RGB is 254 - color contains mainly: red. Hex color #FE97DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE97DB is #016824. Grayscale: #BDBDBD. Windows color (decimal): -92197 or 14391294. OLE color: 14391294.

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

Color convert

RGB 254 151 219 -
CMYK 0 0.41 0.14 0.00
HSL 320.39º 0.98% 0.79% -
HSV(B) 320.39º 0.41% 1% -
XYZ 64.73 48.32 72.93 -
YUV 189.55 144.62 173.97 -
System Red Green Blue C M Y K H S L
Decimal 254 151 219 0 0.41 0.14 0.00 320.39 0.98 0.79
Hex FE 97 DB 0 29 E 0 140 62 4F
Octal 376 227 333 0 51 16 0 500 142 117
Binary 11111110 10010111 11011011 0 101001 1110 0 101000000 1100010 1001111

Color Harmonies of #FE97DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE97DB

Black with #FE97DB

Text Example


Text Example

White with #FE97DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE97DB; }

 p { color: rgb(254,151,219); }

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

background-color css

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

 a { background-color: rgb(254,151,219); }

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

border-color css

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

 span { border-color: rgb(254,151,219); }

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