Html Css Color HEX #FEA3D9 Lavender Rose

📋 copy color: '#FEA3D9'

red 254 ◦ green 163 ◦ blue 217

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

Shades of Lavender Rose #FEA3D9

Tints of Lavender Rose #FEA3D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 34.23%

R = 40.06%
G = 25.71%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.15

 K value IS 0.00

RGB Variations

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

Color information

#FEA3D9 (or 0xFEA3D9) is known color: Lavender Rose. HEX triplet: FE, A3 and D9. RGB value is (254,163,217). Sum of RGB (Red+Green+Blue) = 254+163+217=634 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.06% from 634); Green value is 163 (64.06% from 255 or 25.71% from 634); Blue value is 217 (85.16% from 255 or 34.23% from 634); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA3D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA3D9 is #015C26. Grayscale: #C4C4C4. Windows color (decimal): -89127 or 14263294. OLE color: 14263294.

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

Color convert

RGB 254 163 217 -
CMYK 0 0.36 0.15 0.00
HSL 324.4º 0.98% 0.82% -
HSV(B) 324.4º 0.36% 1% -
XYZ 66.49 52.27 72.23 -
YUV 196.37 139.65 169.11 -
System Red Green Blue C M Y K H S L
Decimal 254 163 217 0 0.36 0.15 0.00 324.4 0.98 0.82
Hex FE A3 D9 0 24 F 0 144 62 52
Octal 376 243 331 0 44 17 0 504 142 122
Binary 11111110 10100011 11011001 0 100100 1111 0 101000100 1100010 1010010

Color Harmonies of #FEA3D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA3D9

Black with #FEA3D9

Text Example


Text Example

White with #FEA3D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA3D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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