Html Css Color HEX #FEADE3 Lavender Rose

📋 copy color: '#FEADE3'

red 254 ◦ green 173 ◦ blue 227

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

Shades of Lavender Rose #FEADE3

Tints of Lavender Rose #FEADE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 34.71%

R = 38.84%
G = 26.45%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.11

 K value IS 0.00

RGB Variations

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

Color information

#FEADE3 (or 0xFEADE3) is known color: Lavender Rose. HEX triplet: FE, AD and E3. RGB value is (254,173,227). Sum of RGB (Red+Green+Blue) = 254+173+227=654 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.84% from 654); Green value is 173 (67.97% from 255 or 26.45% from 654); Blue value is 227 (89.06% from 255 or 34.71% from 654); Max value from RGB is 254 - color contains mainly: red. Hex color #FEADE3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEADE3 is #01521C. Grayscale: #CBCBCB. Windows color (decimal): -86557 or 14921214. OLE color: 14921214.

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

Color convert

RGB 254 173 227 -
CMYK 0 0.32 0.11 0.00
HSL 320º 0.98% 0.84% -
HSV(B) 320º 0.32% 1% -
XYZ 69.68 56.5 79.91 -
YUV 203.38 141.34 164.11 -
System Red Green Blue C M Y K H S L
Decimal 254 173 227 0 0.32 0.11 0.00 320 0.98 0.84
Hex FE AD E3 0 20 B 0 140 62 54
Octal 376 255 343 0 40 13 0 500 142 124
Binary 11111110 10101101 11100011 0 100000 1011 0 101000000 1100010 1010100

Color Harmonies of #FEADE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEADE3

Black with #FEADE3

Text Example


Text Example

White with #FEADE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEADE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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