Html Css Color HEX #FE93DC Lavender Rose

📋 copy color: '#FE93DC'

red 254 ◦ green 147 ◦ blue 220

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

Shades of Lavender Rose #FE93DC

Tints of Lavender Rose #FE93DC

RGB

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

 GREEN value IS 147 (57.81% from 255) = 23.67%

 BLUE value IS 220 (86.33% from 255) = 35.43%

R = 40.9%
G = 23.67%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#FE93DC (or 0xFE93DC) is known color: Lavender Rose. HEX triplet: FE, 93 and DC. RGB value is (254,147,220). Sum of RGB (Red+Green+Blue) = 254+147+220=621 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.90% from 621); Green value is 147 (57.81% from 255 or 23.67% from 621); Blue value is 220 (86.33% from 255 or 35.43% from 621); Max value from RGB is 254 - color contains mainly: red. Hex color #FE93DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE93DC is #016C23. Grayscale: #BBBBBB. Windows color (decimal): -93220 or 14455806. OLE color: 14455806.

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

Color convert

RGB 254 147 220 -
CMYK 0 0.42 0.13 0.00
HSL 319.07º 0.98% 0.79% -
HSV(B) 319.07º 0.42% 1% -
XYZ 64.23 47.11 73.42 -
YUV 187.32 146.45 175.56 -
System Red Green Blue C M Y K H S L
Decimal 254 147 220 0 0.42 0.13 0.00 319.07 0.98 0.79
Hex FE 93 DC 0 2A D 0 13F 62 4F
Octal 376 223 334 0 52 15 0 477 142 117
Binary 11111110 10010011 11011100 0 101010 1101 0 100111111 1100010 1001111

Color Harmonies of #FE93DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE93DC

Black with #FE93DC

Text Example


Text Example

White with #FE93DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE93DC; }

 p { color: rgb(254,147,220); }

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

background-color css

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

 a { background-color: rgb(254,147,220); }

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

border-color css

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

 span { border-color: rgb(254,147,220); }

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