Html Css Color HEX #FE96E8 Lavender Rose

📋 copy color: '#FE96E8'

red 254 ◦ green 150 ◦ blue 232

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

Shades of Lavender Rose #FE96E8

Tints of Lavender Rose #FE96E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 36.48%

R = 39.94%
G = 23.58%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.09

 K value IS 0.00

RGB Variations

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

Color information

#FE96E8 (or 0xFE96E8) is known color: Lavender Rose. HEX triplet: FE, 96 and E8. RGB value is (254,150,232). Sum of RGB (Red+Green+Blue) = 254+150+232=636 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.94% from 636); Green value is 150 (58.98% from 255 or 23.58% from 636); Blue value is 232 (91.02% from 255 or 36.48% from 636); Max value from RGB is 254 - color contains mainly: red. Hex color #FE96E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE96E8 is #016917. Grayscale: #BEBEBE. Windows color (decimal): -92440 or 15243006. OLE color: 15243006.

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

Color convert

RGB 254 150 232 -
CMYK 0 0.41 0.09 0.00
HSL 312.69º 0.98% 0.79% -
HSV(B) 312.69º 0.41% 1% -
XYZ 66.34 48.71 82.25 -
YUV 190.44 151.46 173.33 -
System Red Green Blue C M Y K H S L
Decimal 254 150 232 0 0.41 0.09 0.00 312.69 0.98 0.79
Hex FE 96 E8 0 29 9 0 139 62 4F
Octal 376 226 350 0 51 11 0 471 142 117
Binary 11111110 10010110 11101000 0 101001 1001 0 100111001 1100010 1001111

Color Harmonies of #FE96E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE96E8

Black with #FE96E8

Text Example


Text Example

White with #FE96E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE96E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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