Html Css Color HEX #FEA1DD Lavender Rose

📋 copy color: '#FEA1DD'

red 254 ◦ green 161 ◦ blue 221

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

Shades of Lavender Rose #FEA1DD

Tints of Lavender Rose #FEA1DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 34.75%

R = 39.94%
G = 25.31%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#FEA1DD (or 0xFEA1DD) is known color: Lavender Rose. HEX triplet: FE, A1 and DD. RGB value is (254,161,221). Sum of RGB (Red+Green+Blue) = 254+161+221=636 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.94% from 636); Green value is 161 (63.28% from 255 or 25.31% from 636); Blue value is 221 (86.72% from 255 or 34.75% from 636); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA1DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA1DD is #015E22. Grayscale: #C3C3C3. Windows color (decimal): -89635 or 14524926. OLE color: 14524926.

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

Color convert

RGB 254 161 221 -
CMYK 0 0.37 0.13 0.00
HSL 321.29º 0.98% 0.81% -
HSV(B) 321.29º 0.37% 1% -
XYZ 66.67 51.78 74.89 -
YUV 195.65 142.31 169.62 -
System Red Green Blue C M Y K H S L
Decimal 254 161 221 0 0.37 0.13 0.00 321.29 0.98 0.81
Hex FE A1 DD 0 25 D 0 141 62 51
Octal 376 241 335 0 45 15 0 501 142 121
Binary 11111110 10100001 11011101 0 100101 1101 0 101000001 1100010 1010001

Color Harmonies of #FEA1DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA1DD

Black with #FEA1DD

Text Example


Text Example

White with #FEA1DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA1DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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