Html Css Color HEX #FEACE3 Lavender Rose

📋 copy color: '#FEACE3'

red 254 ◦ green 172 ◦ blue 227

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

Shades of Lavender Rose #FEACE3

Tints of Lavender Rose #FEACE3

RGB

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

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

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

R = 38.9%
G = 26.34%
B = 34.76%

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

#FEACE3 (or 0xFEACE3) is known color: Lavender Rose. HEX triplet: FE, AC and E3. RGB value is (254,172,227). Sum of RGB (Red+Green+Blue) = 254+172+227=653 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.90% from 653); Green value is 172 (67.58% from 255 or 26.34% from 653); Blue value is 227 (89.06% from 255 or 34.76% from 653); Max value from RGB is 254 - color contains mainly: red. Hex color #FEACE3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEACE3 is #01531C. Grayscale: #CACACA. Windows color (decimal): -86813 or 14920958. OLE color: 14920958.

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

Color convert

RGB 254 172 227 -
CMYK 0 0.32 0.11 0.00
HSL 319.76º 0.98% 0.84% -
HSV(B) 319.76º 0.32% 1% -
XYZ 69.49 56.12 79.84 -
YUV 202.79 141.67 164.53 -
System Red Green Blue C M Y K H S L
Decimal 254 172 227 0 0.32 0.11 0.00 319.76 0.98 0.84
Hex FE AC E3 0 20 B 0 140 62 54
Octal 376 254 343 0 40 13 0 500 142 124
Binary 11111110 10101100 11100011 0 100000 1011 0 101000000 1100010 1010100

Color Harmonies of #FEACE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEACE3

Black with #FEACE3

Text Example


Text Example

White with #FEACE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEACE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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