Html Css Color HEX #FE96EF Lavender Rose

📋 copy color: '#FE96EF'

red 254 ◦ green 150 ◦ blue 239

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

Shades of Lavender Rose #FE96EF

Tints of Lavender Rose #FE96EF

RGB

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

 GREEN value IS 150 (58.98% from 255) = 23.33%

 BLUE value IS 239 (93.75% from 255) = 37.17%

R = 39.5%
G = 23.33%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#FE96EF (or 0xFE96EF) is known color: Lavender Rose. HEX triplet: FE, 96 and EF. RGB value is (254,150,239). Sum of RGB (Red+Green+Blue) = 254+150+239=643 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.50% from 643); Green value is 150 (58.98% from 255 or 23.33% from 643); Blue value is 239 (93.75% from 255 or 37.17% from 643); Max value from RGB is 254 - color contains mainly: red. Hex color #FE96EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE96EF is #016910. Grayscale: #BEBEBE. Windows color (decimal): -92433 or 15701758. OLE color: 15701758.

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

Color convert

RGB 254 150 239 -
CMYK 0 0.41 0.06 0.00
HSL 308.65º 0.98% 0.79% -
HSV(B) 308.65º 0.41% 1% -
XYZ 67.36 49.12 87.59 -
YUV 191.24 154.96 172.76 -
System Red Green Blue C M Y K H S L
Decimal 254 150 239 0 0.41 0.06 0.00 308.65 0.98 0.79
Hex FE 96 EF 0 29 6 0 135 62 4F
Octal 376 226 357 0 51 6 0 465 142 117
Binary 11111110 10010110 11101111 0 101001 110 0 100110101 1100010 1001111

Color Harmonies of #FE96EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE96EF

Black with #FE96EF

Text Example


Text Example

White with #FE96EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE96EF; }

 p { color: rgb(254,150,239); }

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

background-color css

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

 a { background-color: rgb(254,150,239); }

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

border-color css

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

 span { border-color: rgb(254,150,239); }

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