Html Css Color HEX #FE95E5 Lavender Rose

📋 copy color: '#FE95E5'

red 254 ◦ green 149 ◦ blue 229

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

Shades of Lavender Rose #FE95E5

Tints of Lavender Rose #FE95E5

RGB

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

 GREEN value IS 149 (58.59% from 255) = 23.58%

 BLUE value IS 229 (89.84% from 255) = 36.23%

R = 40.19%
G = 23.58%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.10

 K value IS 0.00

RGB Variations

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

Color information

#FE95E5 (or 0xFE95E5) is known color: Lavender Rose. HEX triplet: FE, 95 and E5. RGB value is (254,149,229). Sum of RGB (Red+Green+Blue) = 254+149+229=632 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.19% from 632); Green value is 149 (58.59% from 255 or 23.58% from 632); Blue value is 229 (89.84% from 255 or 36.23% from 632); Max value from RGB is 254 - color contains mainly: red. Hex color #FE95E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE95E5 is #016A1A. Grayscale: #BDBDBD. Windows color (decimal): -92699 or 15046142. OLE color: 15046142.

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

Color convert

RGB 254 149 229 -
CMYK 0 0.41 0.10 0.00
HSL 314.29º 0.98% 0.79% -
HSV(B) 314.29º 0.41% 1% -
XYZ 65.76 48.22 79.97 -
YUV 189.52 150.29 174 -
System Red Green Blue C M Y K H S L
Decimal 254 149 229 0 0.41 0.10 0.00 314.29 0.98 0.79
Hex FE 95 E5 0 29 A 0 13A 62 4F
Octal 376 225 345 0 51 12 0 472 142 117
Binary 11111110 10010101 11100101 0 101001 1010 0 100111010 1100010 1001111

Color Harmonies of #FE95E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE95E5

Black with #FE95E5

Text Example


Text Example

White with #FE95E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE95E5; }

 p { color: rgb(254,149,229); }

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

background-color css

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

 a { background-color: rgb(254,149,229); }

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

border-color css

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

 span { border-color: rgb(254,149,229); }

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