Html Css Color HEX #FE92E4 Lavender Rose

📋 copy color: '#FE92E4'

red 254 ◦ green 146 ◦ blue 228

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

Shades of Lavender Rose #FE92E4

Tints of Lavender Rose #FE92E4

RGB

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

 GREEN value IS 146 (57.42% from 255) = 23.25%

 BLUE value IS 228 (89.45% from 255) = 36.31%

R = 40.45%
G = 23.25%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.10

 K value IS 0.00

RGB Variations

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

Color information

#FE92E4 (or 0xFE92E4) is known color: Lavender Rose. HEX triplet: FE, 92 and E4. RGB value is (254,146,228). Sum of RGB (Red+Green+Blue) = 254+146+228=628 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.45% from 628); Green value is 146 (57.42% from 255 or 23.25% from 628); Blue value is 228 (89.45% from 255 or 36.31% from 628); Max value from RGB is 254 - color contains mainly: red. Hex color #FE92E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE92E4 is #016D1B. Grayscale: #BBBBBB. Windows color (decimal): -93468 or 14979838. OLE color: 14979838.

HSL color Cylindrical-coordinate representation of color #FE92E4: hue angle of 314.44º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FE92E4 is Cyan = 0, Magento = 0.43, Yellow = 0.10 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 146 228 -
CMYK 0 0.43 0.10 0.00
HSL 314.44º 0.98% 0.78% -
HSV(B) 314.44º 0.43% 1% -
XYZ 65.16 47.23 79.08 -
YUV 187.64 150.78 175.33 -
System Red Green Blue C M Y K H S L
Decimal 254 146 228 0 0.43 0.10 0.00 314.44 0.98 0.78
Hex FE 92 E4 0 2B A 0 13A 62 4E
Octal 376 222 344 0 53 12 0 472 142 116
Binary 11111110 10010010 11100100 0 101011 1010 0 100111010 1100010 1001110

Color Harmonies of #FE92E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE92E4

Black with #FE92E4

Text Example


Text Example

White with #FE92E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE92E4; }

 p { color: rgb(254,146,228); }

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

background-color css

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

 a { background-color: rgb(254,146,228); }

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

border-color css

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

 span { border-color: rgb(254,146,228); }

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