Html Css Color HEX #FE9FEF Lavender Rose

📋 copy color: '#FE9FEF'

red 254 ◦ green 159 ◦ blue 239

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

Shades of Lavender Rose #FE9FEF

Tints of Lavender Rose #FE9FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 36.66%

R = 38.96%
G = 24.39%
B = 36.66%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#FE9FEF (or 0xFE9FEF) is known color: Lavender Rose. HEX triplet: FE, 9F and EF. RGB value is (254,159,239). Sum of RGB (Red+Green+Blue) = 254+159+239=652 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.96% from 652); Green value is 159 (62.5% from 255 or 24.39% from 652); Blue value is 239 (93.75% from 255 or 36.66% from 652); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9FEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE9FEF is #016010. Grayscale: #C4C4C4. Windows color (decimal): -90129 or 15704062. OLE color: 15704062.

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

Color convert

RGB 254 159 239 -
CMYK 0 0.37 0.06 0.00
HSL 309.47º 0.98% 0.81% -
HSV(B) 309.47º 0.37% 1% -
XYZ 68.85 52.1 88.09 -
YUV 196.53 151.97 169 -
System Red Green Blue C M Y K H S L
Decimal 254 159 239 0 0.37 0.06 0.00 309.47 0.98 0.81
Hex FE 9F EF 0 25 6 0 135 62 51
Octal 376 237 357 0 45 6 0 465 142 121
Binary 11111110 10011111 11101111 0 100101 110 0 100110101 1100010 1010001

Color Harmonies of #FE9FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9FEF

Black with #FE9FEF

Text Example


Text Example

White with #FE9FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9FEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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