Html Css Color HEX #FEA1DB Lavender Rose

📋 copy color: '#FEA1DB'

red 254 ◦ green 161 ◦ blue 219

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

Shades of Lavender Rose #FEA1DB

Tints of Lavender Rose #FEA1DB

RGB

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

 GREEN value IS 161 (63.28% from 255) = 25.39%

 BLUE value IS 219 (85.94% from 255) = 34.54%

R = 40.06%
G = 25.39%
B = 34.54%

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

#FEA1DB (or 0xFEA1DB) is known color: Lavender Rose. HEX triplet: FE, A1 and DB. RGB value is (254,161,219). Sum of RGB (Red+Green+Blue) = 254+161+219=634 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.06% from 634); Green value is 161 (63.28% from 255 or 25.39% from 634); Blue value is 219 (85.94% from 255 or 34.54% from 634); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA1DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA1DB is #015E24. Grayscale: #C3C3C3. Windows color (decimal): -89637 or 14393854. OLE color: 14393854.

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

Color convert

RGB 254 161 219 -
CMYK 0 0.37 0.14 0.00
HSL 322.58º 0.98% 0.81% -
HSV(B) 322.58º 0.37% 1% -
XYZ 66.4 51.68 73.49 -
YUV 195.42 141.31 169.78 -
System Red Green Blue C M Y K H S L
Decimal 254 161 219 0 0.37 0.14 0.00 322.58 0.98 0.81
Hex FE A1 DB 0 25 E 0 143 62 51
Octal 376 241 333 0 45 16 0 503 142 121
Binary 11111110 10100001 11011011 0 100101 1110 0 101000011 1100010 1010001

Color Harmonies of #FEA1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA1DB

Black with #FEA1DB

Text Example


Text Example

White with #FEA1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA1DB; }

 p { color: rgb(254,161,219); }

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

background-color css

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

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

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

border-color css

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

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

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