Html Css Color HEX #FEADEA Lavender Rose

📋 copy color: '#FEADEA'

red 254 ◦ green 173 ◦ blue 234

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

Shades of Lavender Rose #FEADEA

Tints of Lavender Rose #FEADEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 35.4%

R = 38.43%
G = 26.17%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.08

 K value IS 0.00

RGB Variations

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

Color information

#FEADEA (or 0xFEADEA) is known color: Lavender Rose. HEX triplet: FE, AD and EA. RGB value is (254,173,234). Sum of RGB (Red+Green+Blue) = 254+173+234=661 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.43% from 661); Green value is 173 (67.97% from 255 or 26.17% from 661); Blue value is 234 (91.80% from 255 or 35.40% from 661); Max value from RGB is 254 - color contains mainly: red. Hex color #FEADEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEADEA is #015215. Grayscale: #CCCCCC. Windows color (decimal): -86550 or 15379966. OLE color: 15379966.

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

Color convert

RGB 254 173 234 -
CMYK 0 0.32 0.08 0.00
HSL 314.81º 0.98% 0.84% -
HSV(B) 314.81º 0.32% 1% -
XYZ 70.67 56.9 85.1 -
YUV 204.17 144.84 163.54 -
System Red Green Blue C M Y K H S L
Decimal 254 173 234 0 0.32 0.08 0.00 314.81 0.98 0.84
Hex FE AD EA 0 20 8 0 13B 62 54
Octal 376 255 352 0 40 10 0 473 142 124
Binary 11111110 10101101 11101010 0 100000 1000 0 100111011 1100010 1010100

Color Harmonies of #FEADEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEADEA

Black with #FEADEA

Text Example


Text Example

White with #FEADEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEADEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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