Html Css Color HEX #FEA3DC Lavender Rose

📋 copy color: '#FEA3DC'

red 254 ◦ green 163 ◦ blue 220

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

Shades of Lavender Rose #FEA3DC

Tints of Lavender Rose #FEA3DC

RGB

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

 GREEN value IS 163 (64.06% from 255) = 25.59%

 BLUE value IS 220 (86.33% from 255) = 34.54%

R = 39.87%
G = 25.59%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#FEA3DC (or 0xFEA3DC) is known color: Lavender Rose. HEX triplet: FE, A3 and DC. RGB value is (254,163,220). Sum of RGB (Red+Green+Blue) = 254+163+220=637 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.87% from 637); Green value is 163 (64.06% from 255 or 25.59% from 637); Blue value is 220 (86.33% from 255 or 34.54% from 637); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA3DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA3DC is #015C23. Grayscale: #C4C4C4. Windows color (decimal): -89124 or 14459902. OLE color: 14459902.

HSL color Cylindrical-coordinate representation of color #FEA3DC: hue angle of 322.42º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FEA3DC is Cyan = 0, Magento = 0.36, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 163 220 -
CMYK 0 0.36 0.13 0.00
HSL 322.42º 0.98% 0.82% -
HSV(B) 322.42º 0.36% 1% -
XYZ 66.89 52.43 74.31 -
YUV 196.71 141.15 168.87 -
System Red Green Blue C M Y K H S L
Decimal 254 163 220 0 0.36 0.13 0.00 322.42 0.98 0.82
Hex FE A3 DC 0 24 D 0 142 62 52
Octal 376 243 334 0 44 15 0 502 142 122
Binary 11111110 10100011 11011100 0 100100 1101 0 101000010 1100010 1010010

Color Harmonies of #FEA3DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA3DC

Black with #FEA3DC

Text Example


Text Example

White with #FEA3DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA3DC; }

 p { color: rgb(254,163,220); }

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

background-color css

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

 a { background-color: rgb(254,163,220); }

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

border-color css

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

 span { border-color: rgb(254,163,220); }

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