Html Css Color HEX #FEA4DE Lavender Rose

📋 copy color: '#FEA4DE'

red 254 ◦ green 164 ◦ blue 222

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

Shades of Lavender Rose #FEA4DE

Tints of Lavender Rose #FEA4DE

RGB

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

 GREEN value IS 164 (64.45% from 255) = 25.63%

 BLUE value IS 222 (87.11% from 255) = 34.69%

R = 39.69%
G = 25.63%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#FEA4DE (or 0xFEA4DE) is known color: Lavender Rose. HEX triplet: FE, A4 and DE. RGB value is (254,164,222). Sum of RGB (Red+Green+Blue) = 254+164+222=640 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.69% from 640); Green value is 164 (64.45% from 255 or 25.62% from 640); Blue value is 222 (87.11% from 255 or 34.69% from 640); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA4DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA4DE is #015B21. Grayscale: #C5C5C5. Windows color (decimal): -88866 or 14591230. OLE color: 14591230.

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

Color convert

RGB 254 164 222 -
CMYK 0 0.35 0.13 0.00
HSL 321.33º 0.98% 0.82% -
HSV(B) 321.33º 0.35% 1% -
XYZ 67.33 52.9 75.77 -
YUV 197.52 141.82 168.28 -
System Red Green Blue C M Y K H S L
Decimal 254 164 222 0 0.35 0.13 0.00 321.33 0.98 0.82
Hex FE A4 DE 0 23 D 0 141 62 52
Octal 376 244 336 0 43 15 0 501 142 122
Binary 11111110 10100100 11011110 0 100011 1101 0 101000001 1100010 1010010

Color Harmonies of #FEA4DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA4DE

Black with #FEA4DE

Text Example


Text Example

White with #FEA4DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA4DE; }

 p { color: rgb(254,164,222); }

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

background-color css

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

 a { background-color: rgb(254,164,222); }

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

border-color css

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

 span { border-color: rgb(254,164,222); }

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