#FCA6DE

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

Shades of Lavender Rose #FCA6DE

Tints of Lavender Rose #FCA6DE

Color information

#FCA6DE (or 0xFCA6DE) is unknown color: approx Lavender Rose. HEX triplet: FC, A6 and DE. RGB value is (252,166,222). Sum of RGB (Red+Green+Blue) = 252+166+222=640 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.38% from 640); Green value is 166 (65.23% from 255 or 25.94% from 640); Blue value is 222 (87.11% from 255 or 34.69% from 640); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA6DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA6DE is #035921. Grayscale: #C5C5C5. Windows color (decimal): -219426 or 14591740. OLE color: 14591740.

HSL color Cylindrical-coordinate representation of color #FCA6DE: hue angle of 320.93º 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 #FCA6DE is Cyan = 0, Magento = 0.34, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB252166222-
CMYK00.340.120.01
HSL320.93º93.48%81.96%-
HSV(B)320.93º34.13%98.82%-
XYZ66.9753.2475.85-
YUV198.1141.49166.45-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.38%
GREEN value IS 166 (65.23% from 255) = 25.94%
BLUE value IS 222 (87.11% from 255) = 34.69%
R=39.38%
G=25.94%
B=34.69%

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
Decimal25216622200.340.120.01320.9393.4881.96
HexFCA6DE022C11415d52
Octal374246336042141501135122
Binary11111100101001101101111001000101100110100000110111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA6DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA6DE; }

 p { color: rgb(252,166,222); }

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

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

 a { background-color: rgb(252,166,222); }

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

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

 span { border-color: rgb(252,166,222); }

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