Html Css Color HEX #FFACE2 Lavender Rose

📋 copy color: '#FFACE2'

red 255 ◦ green 172 ◦ blue 226

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

Shades of Lavender Rose #FFACE2

Tints of Lavender Rose #FFACE2

RGB

 RED value IS 255 (100% from 255) = 39.05%

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

 BLUE value IS 226 (88.67% from 255) = 34.61%

R = 39.05%
G = 26.34%
B = 34.61%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.11

 K value IS 0

RGB Variations

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

Color information

#FFACE2 (or 0xFFACE2) is known color: Lavender Rose. HEX triplet: FF, AC and E2. RGB value is (255,172,226). Sum of RGB (Red+Green+Blue) = 255+172+226=653 (86% of max value = 765). Red value is 255 (100% from 255 or 39.05% from 653); Green value is 172 (67.58% from 255 or 26.34% from 653); Blue value is 226 (88.67% from 255 or 34.61% from 653); Max value from RGB is 255 - color contains mainly: red. Hex color #FFACE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFACE2 is #00531D. Grayscale: #CACACA. Windows color (decimal): -21278 or 14855423. OLE color: 14855423.

HSL color Cylindrical-coordinate representation of color #FFACE2: hue angle of 320.96º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FFACE2 is Cyan = 0, Magento = 0.33, Yellow = 0.11 and Black (K on CMYK) = 0.

Color convert

RGB 255 172 226 -
CMYK 0 0.33 0.11 0
HSL 320.96º 1% 0.84% -
HSV(B) 320.96º 0.33% 1% -
XYZ 69.72 56.26 79.14 -
YUV 202.97 141 165.11 -
System Red Green Blue C M Y K H S L
Decimal 255 172 226 0 0.33 0.11 0 320.96 1 0.84
Hex FF AC E2 0 21 B 0 141 64 54
Octal 377 254 342 0 41 13 0 501 144 124
Binary 11111111 10101100 11100010 0 100001 1011 0 101000001 1100100 1010100

Color Harmonies of #FFACE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFACE2

Black with #FFACE2

Text Example


Text Example

White with #FFACE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFACE2; }

 p { color: rgb(255,172,226); }

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

background-color css

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

 a { background-color: rgb(255,172,226); }

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

border-color css

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

 span { border-color: rgb(255,172,226); }

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