#FFACDF

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

Shades of Lavender Rose #FFACDF

Tints of Lavender Rose #FFACDF

Color information

#FFACDF (or 0xFFACDF) is unknown color: approx Lavender Rose. HEX triplet: FF, AC and DF. RGB value is (255,172,223). Sum of RGB (Red+Green+Blue) = 255+172+223=650 (86% of max value = 765). Red value is 255 (100% from 255 or 39.23% from 650); Green value is 172 (67.58% from 255 or 26.46% from 650); Blue value is 223 (87.5% from 255 or 34.31% from 650); Max value from RGB is 255 - color contains mainly: red. Hex color #FFACDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFACDF is #005320. Grayscale: #CACACA. Windows color (decimal): -21281 or 14658815. OLE color: 14658815.

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

Color convert

RGB255172223-
CMYK00.330.130
HSL323.13º100%83.73%-
HSV(B)323.13º32.55%100%-
XYZ69.3156.0976.99-
YUV202.63139.5165.35-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.23%
GREEN value IS 172 (67.58% from 255) = 26.46%
BLUE value IS 223 (87.5% from 255) = 34.31%
R=39.23%
G=26.46%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517222300.330.130323.1310083.73
HexFFACDF021D01436454
Octal377254337041150503144124
Binary11111111101011001101111101000011101010100001111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFACDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFACDF; }

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

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

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

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

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

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

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

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