#FAACDD

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

Shades of Lavender Rose #FAACDD

Tints of Lavender Rose #FAACDD

Color information

#FAACDD (or 0xFAACDD) is unknown color: approx Lavender Rose. HEX triplet: FA, AC and DD. RGB value is (250,172,221). Sum of RGB (Red+Green+Blue) = 250+172+221=643 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.88% from 643); Green value is 172 (67.58% from 255 or 26.75% from 643); Blue value is 221 (86.72% from 255 or 34.37% from 643); Max value from RGB is 250 - color contains mainly: red. Hex color #FAACDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAACDD is #055322. Grayscale: #C8C8C8. Windows color (decimal): -348963 or 14527738. OLE color: 14527738.

HSL color Cylindrical-coordinate representation of color #FAACDD: hue angle of 322.31º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FAACDD is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB250172221-
CMYK00.310.120.02
HSL322.31º88.64%82.75%-
HSV(B)322.31º31.2%98.04%-
XYZ67.2355.0575.49-
YUV200.91139.34163.02-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.88%
GREEN value IS 172 (67.58% from 255) = 26.75%
BLUE value IS 221 (86.72% from 255) = 34.37%
R=38.88%
G=26.75%
B=34.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017222100.310.120.02322.3188.6482.75
HexFAACDD01FC21425953
Octal372254335037142502131123
Binary11111010101011001101110101111111001010100001010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAACDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAACDD; }

 p { color: rgb(250,172,221); }

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

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

 a { background-color: rgb(250,172,221); }

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

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

 span { border-color: rgb(250,172,221); }

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