Html Css Color HEX #FFACE5 Lavender Rose

📋 copy color: '#FFACE5'

red 255 ◦ green 172 ◦ blue 229

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

Shades of Lavender Rose #FFACE5

Tints of Lavender Rose #FFACE5

RGB

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

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

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

R = 38.87%
G = 26.22%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.10

 K value IS 0

RGB Variations

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

Color information

#FFACE5 (or 0xFFACE5) is known color: Lavender Rose. HEX triplet: FF, AC and E5. RGB value is (255,172,229). Sum of RGB (Red+Green+Blue) = 255+172+229=656 (86% of max value = 765). Red value is 255 (100% from 255 or 38.87% from 656); Green value is 172 (67.58% from 255 or 26.22% from 656); Blue value is 229 (89.84% from 255 or 34.91% from 656); Max value from RGB is 255 - color contains mainly: red. Hex color #FFACE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFACE5 is #00531A. Grayscale: #CBCBCB. Windows color (decimal): -21275 or 15052031. OLE color: 15052031.

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

Color convert

RGB 255 172 229 -
CMYK 0 0.33 0.10 0
HSL 318.8º 1% 0.84% -
HSV(B) 318.8º 0.33% 1% -
XYZ 70.14 56.42 81.32 -
YUV 203.32 142.5 164.87 -
System Red Green Blue C M Y K H S L
Decimal 255 172 229 0 0.33 0.10 0 318.8 1 0.84
Hex FF AC E5 0 21 A 0 13F 64 54
Octal 377 254 345 0 41 12 0 477 144 124
Binary 11111111 10101100 11100101 0 100001 1010 0 100111111 1100100 1010100

Color Harmonies of #FFACE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFACE5

Black with #FFACE5

Text Example


Text Example

White with #FFACE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFACE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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