Html Css Color HEX #FEADE0 Lavender Rose

📋 copy color: '#FEADE0'

red 254 ◦ green 173 ◦ blue 224

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

Shades of Lavender Rose #FEADE0

Tints of Lavender Rose #FEADE0

RGB

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

 GREEN value IS 173 (67.97% from 255) = 26.57%

 BLUE value IS 224 (87.89% from 255) = 34.41%

R = 39.02%
G = 26.57%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.12

 K value IS 0.00

RGB Variations

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

Color information

#FEADE0 (or 0xFEADE0) is known color: Lavender Rose. HEX triplet: FE, AD and E0. RGB value is (254,173,224). Sum of RGB (Red+Green+Blue) = 254+173+224=651 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.02% from 651); Green value is 173 (67.97% from 255 or 26.57% from 651); Blue value is 224 (87.89% from 255 or 34.41% from 651); Max value from RGB is 254 - color contains mainly: red. Hex color #FEADE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEADE0 is #01521F. Grayscale: #CACACA. Windows color (decimal): -86560 or 14724606. OLE color: 14724606.

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

Color convert

RGB 254 173 224 -
CMYK 0 0.32 0.12 0.00
HSL 322.22º 0.98% 0.84% -
HSV(B) 322.22º 0.32% 1% -
XYZ 69.27 56.34 77.74 -
YUV 203.03 139.84 164.35 -
System Red Green Blue C M Y K H S L
Decimal 254 173 224 0 0.32 0.12 0.00 322.22 0.98 0.84
Hex FE AD E0 0 20 C 0 142 62 54
Octal 376 255 340 0 40 14 0 502 142 124
Binary 11111110 10101101 11100000 0 100000 1100 0 101000010 1100010 1010100

Color Harmonies of #FEADE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEADE0

Black with #FEADE0

Text Example


Text Example

White with #FEADE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEADE0; }

 p { color: rgb(254,173,224); }

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

background-color css

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

 a { background-color: rgb(254,173,224); }

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

border-color css

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

 span { border-color: rgb(254,173,224); }

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