#FCA7DD

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

Shades of Lavender Rose #FCA7DD

Tints of Lavender Rose #FCA7DD

Color information

#FCA7DD (or 0xFCA7DD) is unknown color: approx Lavender Rose. HEX triplet: FC, A7 and DD. RGB value is (252,167,221). Sum of RGB (Red+Green+Blue) = 252+167+221=640 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.38% from 640); Green value is 167 (65.62% from 255 or 26.09% from 640); Blue value is 221 (86.72% from 255 or 34.53% from 640); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA7DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA7DD is #035822. Grayscale: #C6C6C6. Windows color (decimal): -219171 or 14526460. OLE color: 14526460.

HSL color Cylindrical-coordinate representation of color #FCA7DD: hue angle of 321.88º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FCA7DD is Cyan = 0, Magento = 0.34, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB252167221-
CMYK00.340.120.01
HSL321.88º93.41%82.16%-
HSV(B)321.88º33.73%98.82%-
XYZ67.0153.5575.21-
YUV198.57140.66166.11-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.38%
GREEN value IS 167 (65.62% from 255) = 26.09%
BLUE value IS 221 (86.72% from 255) = 34.53%
R=39.38%
G=26.09%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216722100.340.120.01321.8893.4182.16
HexFCA7DD022C11425d52
Octal374247335042141502135122
Binary11111100101001111101110101000101100110100001010111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA7DD; }

 p { color: rgb(252,167,221); }

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

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

 a { background-color: rgb(252,167,221); }

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

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

 span { border-color: rgb(252,167,221); }

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