Html Css Color HEX #FEA3DA Lavender Rose

📋 copy color: '#FEA3DA'

red 254 ◦ green 163 ◦ blue 218

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

Shades of Lavender Rose #FEA3DA

Tints of Lavender Rose #FEA3DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 34.33%

R = 40%
G = 25.67%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#FEA3DA (or 0xFEA3DA) is known color: Lavender Rose. HEX triplet: FE, A3 and DA. RGB value is (254,163,218). Sum of RGB (Red+Green+Blue) = 254+163+218=635 (84% of max value = 765). Red value is 254 (99.61% from 255 or 40% from 635); Green value is 163 (64.06% from 255 or 25.67% from 635); Blue value is 218 (85.55% from 255 or 34.33% from 635); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA3DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA3DA is #015C25. Grayscale: #C4C4C4. Windows color (decimal): -89126 or 14328830. OLE color: 14328830.

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

Color convert

RGB 254 163 218 -
CMYK 0 0.36 0.14 0.00
HSL 323.74º 0.98% 0.82% -
HSV(B) 323.74º 0.36% 1% -
XYZ 66.63 52.33 72.92 -
YUV 196.48 140.15 169.03 -
System Red Green Blue C M Y K H S L
Decimal 254 163 218 0 0.36 0.14 0.00 323.74 0.98 0.82
Hex FE A3 DA 0 24 E 0 144 62 52
Octal 376 243 332 0 44 16 0 504 142 122
Binary 11111110 10100011 11011010 0 100100 1110 0 101000100 1100010 1010010

Color Harmonies of #FEA3DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA3DA

Black with #FEA3DA

Text Example


Text Example

White with #FEA3DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA3DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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