Html Css Color HEX #FE95E3 Lavender Rose

📋 copy color: '#FE95E3'

red 254 ◦ green 149 ◦ blue 227

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

Shades of Lavender Rose #FE95E3

Tints of Lavender Rose #FE95E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 36.03%

R = 40.32%
G = 23.65%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.11

 K value IS 0.00

RGB Variations

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

Color information

#FE95E3 (or 0xFE95E3) is known color: Lavender Rose. HEX triplet: FE, 95 and E3. RGB value is (254,149,227). Sum of RGB (Red+Green+Blue) = 254+149+227=630 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.32% from 630); Green value is 149 (58.59% from 255 or 23.65% from 630); Blue value is 227 (89.06% from 255 or 36.03% from 630); Max value from RGB is 254 - color contains mainly: red. Hex color #FE95E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE95E3 is #016A1C. Grayscale: #BDBDBD. Windows color (decimal): -92701 or 14915070. OLE color: 14915070.

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

Color convert

RGB 254 149 227 -
CMYK 0 0.41 0.11 0.00
HSL 315.43º 0.98% 0.79% -
HSV(B) 315.43º 0.41% 1% -
XYZ 65.49 48.11 78.51 -
YUV 189.29 149.29 174.16 -
System Red Green Blue C M Y K H S L
Decimal 254 149 227 0 0.41 0.11 0.00 315.43 0.98 0.79
Hex FE 95 E3 0 29 B 0 13B 62 4F
Octal 376 225 343 0 51 13 0 473 142 117
Binary 11111110 10010101 11100011 0 101001 1011 0 100111011 1100010 1001111

Color Harmonies of #FE95E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE95E3

Black with #FE95E3

Text Example


Text Example

White with #FE95E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE95E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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