Html Css Color HEX #FE9FEA Lavender Rose

📋 copy color: '#FE9FEA'

red 254 ◦ green 159 ◦ blue 234

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

Shades of Lavender Rose #FE9FEA

Tints of Lavender Rose #FE9FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 36.17%

R = 39.26%
G = 24.57%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.08

 K value IS 0.00

RGB Variations

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

Color information

#FE9FEA (or 0xFE9FEA) is known color: Lavender Rose. HEX triplet: FE, 9F and EA. RGB value is (254,159,234). Sum of RGB (Red+Green+Blue) = 254+159+234=647 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.26% from 647); Green value is 159 (62.5% from 255 or 24.57% from 647); Blue value is 234 (91.80% from 255 or 36.17% from 647); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9FEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE9FEA is #016015. Grayscale: #C3C3C3. Windows color (decimal): -90134 or 15376382. OLE color: 15376382.

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

Color convert

RGB 254 159 234 -
CMYK 0 0.37 0.08 0.00
HSL 312.63º 0.98% 0.81% -
HSV(B) 312.63º 0.37% 1% -
XYZ 68.12 51.81 84.25 -
YUV 195.96 149.47 169.4 -
System Red Green Blue C M Y K H S L
Decimal 254 159 234 0 0.37 0.08 0.00 312.63 0.98 0.81
Hex FE 9F EA 0 25 8 0 139 62 51
Octal 376 237 352 0 45 10 0 471 142 121
Binary 11111110 10011111 11101010 0 100101 1000 0 100111001 1100010 1010001

Color Harmonies of #FE9FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9FEA

Black with #FE9FEA

Text Example


Text Example

White with #FE9FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9FEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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