Html Css Color HEX #FEA2DC Lavender Rose

📋 copy color: '#FEA2DC'

red 254 ◦ green 162 ◦ blue 220

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

Shades of Lavender Rose #FEA2DC

Tints of Lavender Rose #FEA2DC

RGB

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

 GREEN value IS 162 (63.67% from 255) = 25.47%

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

R = 39.94%
G = 25.47%
B = 34.59%

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

#FEA2DC (or 0xFEA2DC) is known color: Lavender Rose. HEX triplet: FE, A2 and DC. RGB value is (254,162,220). Sum of RGB (Red+Green+Blue) = 254+162+220=636 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.94% from 636); Green value is 162 (63.67% from 255 or 25.47% from 636); Blue value is 220 (86.33% from 255 or 34.59% from 636); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA2DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA2DC is #015D23. Grayscale: #C3C3C3. Windows color (decimal): -89380 or 14459646. OLE color: 14459646.

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

Color convert

RGB 254 162 220 -
CMYK 0 0.36 0.13 0.00
HSL 322.17º 0.98% 0.82% -
HSV(B) 322.17º 0.36% 1% -
XYZ 66.71 52.08 74.25 -
YUV 196.12 141.48 169.28 -
System Red Green Blue C M Y K H S L
Decimal 254 162 220 0 0.36 0.13 0.00 322.17 0.98 0.82
Hex FE A2 DC 0 24 D 0 142 62 52
Octal 376 242 334 0 44 15 0 502 142 122
Binary 11111110 10100010 11011100 0 100100 1101 0 101000010 1100010 1010010

Color Harmonies of #FEA2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA2DC

Black with #FEA2DC

Text Example


Text Example

White with #FEA2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA2DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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