Html Css Color HEX #FEA2DF Lavender Rose

📋 copy color: '#FEA2DF'

red 254 ◦ green 162 ◦ blue 223

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

Shades of Lavender Rose #FEA2DF

Tints of Lavender Rose #FEA2DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 34.9%

R = 39.75%
G = 25.35%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.12

 K value IS 0.00

RGB Variations

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

Color information

#FEA2DF (or 0xFEA2DF) is known color: Lavender Rose. HEX triplet: FE, A2 and DF. RGB value is (254,162,223). Sum of RGB (Red+Green+Blue) = 254+162+223=639 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.75% from 639); Green value is 162 (63.67% from 255 or 25.35% from 639); Blue value is 223 (87.5% from 255 or 34.90% from 639); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA2DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA2DF is #015D20. Grayscale: #C4C4C4. Windows color (decimal): -89377 or 14656254. OLE color: 14656254.

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

Color convert

RGB 254 162 223 -
CMYK 0 0.36 0.12 0.00
HSL 320.22º 0.98% 0.82% -
HSV(B) 320.22º 0.36% 1% -
XYZ 67.11 52.24 76.36 -
YUV 196.46 142.98 169.04 -
System Red Green Blue C M Y K H S L
Decimal 254 162 223 0 0.36 0.12 0.00 320.22 0.98 0.82
Hex FE A2 DF 0 24 C 0 140 62 52
Octal 376 242 337 0 44 14 0 500 142 122
Binary 11111110 10100010 11011111 0 100100 1100 0 101000000 1100010 1010010

Color Harmonies of #FEA2DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA2DF

Black with #FEA2DF

Text Example


Text Example

White with #FEA2DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA2DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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