Html Css Color HEX #FE9FDA Lavender Rose

📋 copy color: '#FE9FDA'

red 254 ◦ green 159 ◦ blue 218

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

Shades of Lavender Rose #FE9FDA

Tints of Lavender Rose #FE9FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 34.55%

R = 40.25%
G = 25.2%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#FE9FDA (or 0xFE9FDA) is known color: Lavender Rose. HEX triplet: FE, 9F and DA. RGB value is (254,159,218). Sum of RGB (Red+Green+Blue) = 254+159+218=631 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.25% from 631); Green value is 159 (62.5% from 255 or 25.20% from 631); Blue value is 218 (85.55% from 255 or 34.55% from 631); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9FDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9FDA is #016025. Grayscale: #C1C1C1. Windows color (decimal): -90150 or 14327806. OLE color: 14327806.

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

Color convert

RGB 254 159 218 -
CMYK 0 0.37 0.14 0.00
HSL 322.74º 0.98% 0.81% -
HSV(B) 322.74º 0.37% 1% -
XYZ 65.93 50.93 72.69 -
YUV 194.13 141.47 170.7 -
System Red Green Blue C M Y K H S L
Decimal 254 159 218 0 0.37 0.14 0.00 322.74 0.98 0.81
Hex FE 9F DA 0 25 E 0 143 62 51
Octal 376 237 332 0 45 16 0 503 142 121
Binary 11111110 10011111 11011010 0 100101 1110 0 101000011 1100010 1010001

Color Harmonies of #FE9FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9FDA

Black with #FE9FDA

Text Example


Text Example

White with #FE9FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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