Html Css Color HEX #FE92DF Lavender Rose

📋 copy color: '#FE92DF'

red 254 ◦ green 146 ◦ blue 223

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

Shades of Lavender Rose #FE92DF

Tints of Lavender Rose #FE92DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 35.79%

R = 40.77%
G = 23.43%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.12

 K value IS 0.00

RGB Variations

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

Color information

#FE92DF (or 0xFE92DF) is known color: Lavender Rose. HEX triplet: FE, 92 and DF. RGB value is (254,146,223). Sum of RGB (Red+Green+Blue) = 254+146+223=623 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.77% from 623); Green value is 146 (57.42% from 255 or 23.43% from 623); Blue value is 223 (87.5% from 255 or 35.79% from 623); Max value from RGB is 254 - color contains mainly: red. Hex color #FE92DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE92DF is #016D20. Grayscale: #BABABA. Windows color (decimal): -93473 or 14652158. OLE color: 14652158.

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

Color convert

RGB 254 146 223 -
CMYK 0 0.43 0.12 0.00
HSL 317.22º 0.98% 0.78% -
HSV(B) 317.22º 0.43% 1% -
XYZ 64.47 46.96 75.48 -
YUV 187.07 148.28 175.74 -
System Red Green Blue C M Y K H S L
Decimal 254 146 223 0 0.43 0.12 0.00 317.22 0.98 0.78
Hex FE 92 DF 0 2B C 0 13D 62 4E
Octal 376 222 337 0 53 14 0 475 142 116
Binary 11111110 10010010 11011111 0 101011 1100 0 100111101 1100010 1001110

Color Harmonies of #FE92DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE92DF

Black with #FE92DF

Text Example


Text Example

White with #FE92DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE92DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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