Html Css Color HEX #FE96E0 Lavender Rose

📋 copy color: '#FE96E0'

red 254 ◦ green 150 ◦ blue 224

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

Shades of Lavender Rose #FE96E0

Tints of Lavender Rose #FE96E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 35.67%

R = 40.45%
G = 23.89%
B = 35.67%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.12

 K value IS 0.00

RGB Variations

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

Color information

#FE96E0 (or 0xFE96E0) is known color: Lavender Rose. HEX triplet: FE, 96 and E0. RGB value is (254,150,224). Sum of RGB (Red+Green+Blue) = 254+150+224=628 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.45% from 628); Green value is 150 (58.98% from 255 or 23.89% from 628); Blue value is 224 (87.89% from 255 or 35.67% from 628); Max value from RGB is 254 - color contains mainly: red. Hex color #FE96E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE96E0 is #01691F. Grayscale: #BDBDBD. Windows color (decimal): -92448 or 14718718. OLE color: 14718718.

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

Color convert

RGB 254 150 224 -
CMYK 0 0.41 0.12 0.00
HSL 317.31º 0.98% 0.79% -
HSV(B) 317.31º 0.41% 1% -
XYZ 65.23 48.27 76.4 -
YUV 189.53 147.46 173.98 -
System Red Green Blue C M Y K H S L
Decimal 254 150 224 0 0.41 0.12 0.00 317.31 0.98 0.79
Hex FE 96 E0 0 29 C 0 13D 62 4F
Octal 376 226 340 0 51 14 0 475 142 117
Binary 11111110 10010110 11100000 0 101001 1100 0 100111101 1100010 1001111

Color Harmonies of #FE96E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE96E0

Black with #FE96E0

Text Example


Text Example

White with #FE96E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE96E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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