Html Css Color HEX #FEADE5 Lavender Rose

📋 copy color: '#FEADE5'

red 254 ◦ green 173 ◦ blue 229

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

Shades of Lavender Rose #FEADE5

Tints of Lavender Rose #FEADE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 34.91%

R = 38.72%
G = 26.37%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.10

 K value IS 0.00

RGB Variations

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

Color information

#FEADE5 (or 0xFEADE5) is known color: Lavender Rose. HEX triplet: FE, AD and E5. RGB value is (254,173,229). Sum of RGB (Red+Green+Blue) = 254+173+229=656 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.72% from 656); Green value is 173 (67.97% from 255 or 26.37% from 656); Blue value is 229 (89.84% from 255 or 34.91% from 656); Max value from RGB is 254 - color contains mainly: red. Hex color #FEADE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEADE5 is #01521A. Grayscale: #CBCBCB. Windows color (decimal): -86555 or 15052286. OLE color: 15052286.

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

Color convert

RGB 254 173 229 -
CMYK 0 0.32 0.10 0.00
HSL 318.52º 0.98% 0.84% -
HSV(B) 318.52º 0.32% 1% -
XYZ 69.96 56.62 81.37 -
YUV 203.6 142.34 163.95 -
System Red Green Blue C M Y K H S L
Decimal 254 173 229 0 0.32 0.10 0.00 318.52 0.98 0.84
Hex FE AD E5 0 20 A 0 13F 62 54
Octal 376 255 345 0 40 12 0 477 142 124
Binary 11111110 10101101 11100101 0 100000 1010 0 100111111 1100010 1010100

Color Harmonies of #FEADE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEADE5

Black with #FEADE5

Text Example


Text Example

White with #FEADE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEADE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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