Html Css Color HEX #FE9FFE Lavender Rose

📋 copy color: '#FE9FFE'

red 254 ◦ green 159 ◦ blue 254

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

Shades of Lavender Rose #FE9FFE

Tints of Lavender Rose #FE9FFE

RGB

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

 GREEN value IS 159 (62.5% from 255) = 23.84%

 BLUE value IS 254 (99.61% from 255) = 38.08%

R = 38.08%
G = 23.84%
B = 38.08%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FE9FFE (or 0xFE9FFE) is known color: Lavender Rose. HEX triplet: FE, 9F and FE. RGB value is (254,159,254). Sum of RGB (Red+Green+Blue) = 254+159+254=667 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.08% from 667); Green value is 159 (62.5% from 255 or 23.84% from 667); Blue value is 254 (99.61% from 255 or 38.08% from 667); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FE9FFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE9FFE is #016001. Grayscale: #C5C5C5. Windows color (decimal): -90114 or 16687102. OLE color: 16687102.

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

Color convert

RGB 254 159 254 -
CMYK 0 0.37 0 0.00
HSL 300º 0.98% 0.81% -
HSV(B) 300º 0.37% 1% -
XYZ 71.16 53.02 100.25 -
YUV 198.24 159.47 167.78 -
System Red Green Blue C M Y K H S L
Decimal 254 159 254 0 0.37 0 0.00 300 0.98 0.81
Hex FE 9F FE 0 25 0 0 12C 62 51
Octal 376 237 376 0 45 0 0 454 142 121
Binary 11111110 10011111 11111110 0 100101 0 0 100101100 1100010 1010001

Color Harmonies of #FE9FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9FFE

Black with #FE9FFE

Text Example


Text Example

White with #FE9FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9FFE; }

 p { color: rgb(254,159,254); }

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

background-color css

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

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

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

border-color css

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

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

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