Html Css Color HEX #FEADEC Lavender Rose

📋 copy color: '#FEADEC'

red 254 ◦ green 173 ◦ blue 236

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

Shades of Lavender Rose #FEADEC

Tints of Lavender Rose #FEADEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 35.6%

R = 38.31%
G = 26.09%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#FEADEC (or 0xFEADEC) is known color: Lavender Rose. HEX triplet: FE, AD and EC. RGB value is (254,173,236). Sum of RGB (Red+Green+Blue) = 254+173+236=663 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.31% from 663); Green value is 173 (67.97% from 255 or 26.09% from 663); Blue value is 236 (92.58% from 255 or 35.60% from 663); Max value from RGB is 254 - color contains mainly: red. Hex color #FEADEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEADEC is #015213. Grayscale: #CCCCCC. Windows color (decimal): -86548 or 15511038. OLE color: 15511038.

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

Color convert

RGB 254 173 236 -
CMYK 0 0.32 0.07 0.00
HSL 313.33º 0.98% 0.84% -
HSV(B) 313.33º 0.32% 1% -
XYZ 70.96 57.01 86.62 -
YUV 204.4 145.84 163.38 -
System Red Green Blue C M Y K H S L
Decimal 254 173 236 0 0.32 0.07 0.00 313.33 0.98 0.84
Hex FE AD EC 0 20 7 0 139 62 54
Octal 376 255 354 0 40 7 0 471 142 124
Binary 11111110 10101101 11101100 0 100000 111 0 100111001 1100010 1010100

Color Harmonies of #FEADEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEADEC

Black with #FEADEC

Text Example


Text Example

White with #FEADEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEADEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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