#FFACFE

Color #FFACFE Lavender Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Rose #FFACFE

Tints of Lavender Rose #FFACFE

Color information

#FFACFE (or 0xFFACFE) is unknown color: approx Lavender Rose. HEX triplet: FF, AC and FE. RGB value is (255,172,254). Sum of RGB (Red+Green+Blue) = 255+172+254=681 (90% of max value = 765). Red value is 255 (100% from 255 or 37.44% from 681); Green value is 172 (67.58% from 255 or 25.26% from 681); Blue value is 254 (99.61% from 255 or 37.30% from 681); Max value from RGB is 255 - color contains mainly: red. Hex color #FFACFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFACFE is #005301. Grayscale: #CDCDCD. Windows color (decimal): -21250 or 16690431. OLE color: 16690431.

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

Color convert

RGB255172254-
CMYK00.330.000
HSL300.72º100%83.73%-
HSV(B)300.72º32.55%100%-
XYZ73.8857.92101.05-
YUV206.16155162.83-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.44%
GREEN value IS 172 (67.58% from 255) = 25.26%
BLUE value IS 254 (99.61% from 255) = 37.30%
R=37.44%
G=25.26%
B=37.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.00
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517225400.330.000300.7210083.73
HexFFACFE0210012d6454
Octal37725437604100455144124
Binary11111111101011001111111001000010010010110111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFACFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFACFE; }

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

 H1.HeaderClassName
 {
   color: #FFACFE;
 }
 .AnyTagClassName
 {
   color: #FFACFE;
 }
</style>
background-color css

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

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

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

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

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

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