Html Css Color HEX #FE92D9 Lavender Rose

📋 copy color: '#FE92D9'

red 254 ◦ green 146 ◦ blue 217

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

Shades of Lavender Rose #FE92D9

Tints of Lavender Rose #FE92D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 35.17%

R = 41.17%
G = 23.66%
B = 35.17%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.15

 K value IS 0.00

RGB Variations

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

Color information

#FE92D9 (or 0xFE92D9) is known color: Lavender Rose. HEX triplet: FE, 92 and D9. RGB value is (254,146,217). Sum of RGB (Red+Green+Blue) = 254+146+217=617 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.17% from 617); Green value is 146 (57.42% from 255 or 23.66% from 617); Blue value is 217 (85.16% from 255 or 35.17% from 617); Max value from RGB is 254 - color contains mainly: red. Hex color #FE92D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE92D9 is #016D26. Grayscale: #BABABA. Windows color (decimal): -93479 or 14258942. OLE color: 14258942.

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

Color convert

RGB 254 146 217 -
CMYK 0 0.43 0.15 0.00
HSL 320.56º 0.98% 0.78% -
HSV(B) 320.56º 0.43% 1% -
XYZ 63.68 46.64 71.29 -
YUV 186.39 145.28 176.23 -
System Red Green Blue C M Y K H S L
Decimal 254 146 217 0 0.43 0.15 0.00 320.56 0.98 0.78
Hex FE 92 D9 0 2B F 0 141 62 4E
Octal 376 222 331 0 53 17 0 501 142 116
Binary 11111110 10010010 11011001 0 101011 1111 0 101000001 1100010 1001110

Color Harmonies of #FE92D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE92D9

Black with #FE92D9

Text Example


Text Example

White with #FE92D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE92D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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