Html Css Color HEX #FE95EA Lavender Rose

📋 copy color: '#FE95EA'

red 254 ◦ green 149 ◦ blue 234

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

Shades of Lavender Rose #FE95EA

Tints of Lavender Rose #FE95EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 36.73%

R = 39.87%
G = 23.39%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.08

 K value IS 0.00

RGB Variations

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

Color information

#FE95EA (or 0xFE95EA) is known color: Lavender Rose. HEX triplet: FE, 95 and EA. RGB value is (254,149,234). Sum of RGB (Red+Green+Blue) = 254+149+234=637 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.87% from 637); Green value is 149 (58.59% from 255 or 23.39% from 637); Blue value is 234 (91.80% from 255 or 36.73% from 637); Max value from RGB is 254 - color contains mainly: red. Hex color #FE95EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE95EA is #016A15. Grayscale: #BDBDBD. Windows color (decimal): -92694 or 15373822. OLE color: 15373822.

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

Color convert

RGB 254 149 234 -
CMYK 0 0.41 0.08 0.00
HSL 311.43º 0.98% 0.79% -
HSV(B) 311.43º 0.41% 1% -
XYZ 66.47 48.51 83.7 -
YUV 190.09 152.79 173.59 -
System Red Green Blue C M Y K H S L
Decimal 254 149 234 0 0.41 0.08 0.00 311.43 0.98 0.79
Hex FE 95 EA 0 29 8 0 137 62 4F
Octal 376 225 352 0 51 10 0 467 142 117
Binary 11111110 10010101 11101010 0 101001 1000 0 100110111 1100010 1001111

Color Harmonies of #FE95EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE95EA

Black with #FE95EA

Text Example


Text Example

White with #FE95EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE95EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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