Html Css Color HEX #FE99EA Lavender Rose

📋 copy color: '#FE99EA'

red 254 ◦ green 153 ◦ blue 234

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

Shades of Lavender Rose #FE99EA

Tints of Lavender Rose #FE99EA

RGB

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

 GREEN value IS 153 (60.16% from 255) = 23.87%

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

R = 39.63%
G = 23.87%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.08

 K value IS 0.00

RGB Variations

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

Color information

#FE99EA (or 0xFE99EA) is known color: Lavender Rose. HEX triplet: FE, 99 and EA. RGB value is (254,153,234). Sum of RGB (Red+Green+Blue) = 254+153+234=641 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.63% from 641); Green value is 153 (60.16% from 255 or 23.87% from 641); Blue value is 234 (91.80% from 255 or 36.51% from 641); Max value from RGB is 254 - color contains mainly: red. Hex color #FE99EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE99EA is #016615. Grayscale: #C0C0C0. Windows color (decimal): -91670 or 15374846. OLE color: 15374846.

HSL color Cylindrical-coordinate representation of color #FE99EA: hue angle of 311.88º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FE99EA is Cyan = 0, Magento = 0.40, Yellow = 0.08 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 153 234 -
CMYK 0 0.40 0.08 0.00
HSL 311.88º 0.98% 0.8% -
HSV(B) 311.88º 0.4% 1% -
XYZ 67.12 49.79 83.92 -
YUV 192.43 151.46 171.91 -
System Red Green Blue C M Y K H S L
Decimal 254 153 234 0 0.40 0.08 0.00 311.88 0.98 0.8
Hex FE 99 EA 0 28 8 0 138 62 50
Octal 376 231 352 0 50 10 0 470 142 120
Binary 11111110 10011001 11101010 0 101000 1000 0 100111000 1100010 1010000

Color Harmonies of #FE99EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE99EA

Black with #FE99EA

Text Example


Text Example

White with #FE99EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE99EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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