Html Css Color HEX #FE95E8 Lavender Rose

📋 copy color: '#FE95E8'

red 254 ◦ green 149 ◦ blue 232

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

Shades of Lavender Rose #FE95E8

Tints of Lavender Rose #FE95E8

RGB

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

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

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

R = 40%
G = 23.46%
B = 36.54%

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

#FE95E8 (or 0xFE95E8) is known color: Lavender Rose. HEX triplet: FE, 95 and E8. RGB value is (254,149,232). Sum of RGB (Red+Green+Blue) = 254+149+232=635 (84% of max value = 765). Red value is 254 (99.61% from 255 or 40% from 635); Green value is 149 (58.59% from 255 or 23.46% from 635); Blue value is 232 (91.02% from 255 or 36.54% from 635); Max value from RGB is 254 - color contains mainly: red. Hex color #FE95E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE95E8 is #016A17. Grayscale: #BDBDBD. Windows color (decimal): -92696 or 15242750. OLE color: 15242750.

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

Color convert

RGB 254 149 232 -
CMYK 0 0.41 0.09 0.00
HSL 312.57º 0.98% 0.79% -
HSV(B) 312.57º 0.41% 1% -
XYZ 66.19 48.39 82.2 -
YUV 189.86 151.79 173.75 -
System Red Green Blue C M Y K H S L
Decimal 254 149 232 0 0.41 0.09 0.00 312.57 0.98 0.79
Hex FE 95 E8 0 29 9 0 139 62 4F
Octal 376 225 350 0 51 11 0 471 142 117
Binary 11111110 10010101 11101000 0 101001 1001 0 100111001 1100010 1001111

Color Harmonies of #FE95E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE95E8

Black with #FE95E8

Text Example


Text Example

White with #FE95E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE95E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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