#FCA5DC

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

Shades of Lavender Rose #FCA5DC

Tints of Lavender Rose #FCA5DC

Color information

#FCA5DC (or 0xFCA5DC) is unknown color: approx Lavender Rose. HEX triplet: FC, A5 and DC. RGB value is (252,165,220). Sum of RGB (Red+Green+Blue) = 252+165+220=637 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.56% from 637); Green value is 165 (64.84% from 255 or 25.90% from 637); Blue value is 220 (86.33% from 255 or 34.54% from 637); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA5DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA5DC is #035A23. Grayscale: #C5C5C5. Windows color (decimal): -219684 or 14460412. OLE color: 14460412.

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

Color convert

RGB252165220-
CMYK00.350.130.01
HSL322.07º93.55%81.76%-
HSV(B)322.07º34.52%98.82%-
XYZ66.5252.7774.39-
YUV197.28140.82167.03-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.56%
GREEN value IS 165 (64.84% from 255) = 25.90%
BLUE value IS 220 (86.33% from 255) = 34.54%
R=39.56%
G=25.90%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216522000.350.130.01322.0793.5581.76
HexFCA5DC023D11425e52
Octal374245334043151502136122
Binary11111100101001011101110001000111101110100001010111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA5DC; }

 p { color: rgb(252,165,220); }

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

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

 a { background-color: rgb(252,165,220); }

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

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

 span { border-color: rgb(252,165,220); }

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