Html Css Color HEX #FEACE5 Lavender Rose

📋 copy color: '#FEACE5'

red 254 ◦ green 172 ◦ blue 229

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

Shades of Lavender Rose #FEACE5

Tints of Lavender Rose #FEACE5

RGB

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

 GREEN value IS 172 (67.58% from 255) = 26.26%

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

R = 38.78%
G = 26.26%
B = 34.96%

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

#FEACE5 (or 0xFEACE5) is known color: Lavender Rose. HEX triplet: FE, AC and E5. RGB value is (254,172,229). Sum of RGB (Red+Green+Blue) = 254+172+229=655 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.78% from 655); Green value is 172 (67.58% from 255 or 26.26% from 655); Blue value is 229 (89.84% from 255 or 34.96% from 655); Max value from RGB is 254 - color contains mainly: red. Hex color #FEACE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEACE5 is #01531A. Grayscale: #CACACA. Windows color (decimal): -86811 or 15052030. OLE color: 15052030.

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

Color convert

RGB 254 172 229 -
CMYK 0 0.32 0.10 0.00
HSL 318.29º 0.98% 0.84% -
HSV(B) 318.29º 0.32% 1% -
XYZ 69.77 56.23 81.31 -
YUV 203.02 142.67 164.37 -
System Red Green Blue C M Y K H S L
Decimal 254 172 229 0 0.32 0.10 0.00 318.29 0.98 0.84
Hex FE AC E5 0 20 A 0 13E 62 54
Octal 376 254 345 0 40 12 0 476 142 124
Binary 11111110 10101100 11100101 0 100000 1010 0 100111110 1100010 1010100

Color Harmonies of #FEACE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEACE5

Black with #FEACE5

Text Example


Text Example

White with #FEACE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEACE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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