#FCA5FD

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

Shades of Lavender Rose #FCA5FD

Tints of Lavender Rose #FCA5FD

Color information

#FCA5FD (or 0xFCA5FD) is unknown color: approx Lavender Rose. HEX triplet: FC, A5 and FD. RGB value is (252,165,253). Sum of RGB (Red+Green+Blue) = 252+165+253=670 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.61% from 670); Green value is 165 (64.84% from 255 or 24.63% from 670); Blue value is 253 (99.22% from 255 or 37.76% from 670); Max value from RGB is 253 - color contains mainly: blue. Hex color #FCA5FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCA5FD is #035A02. Grayscale: #C8C8C8. Windows color (decimal): -219651 or 16623100. OLE color: 16623100.

HSL color Cylindrical-coordinate representation of color #FCA5FD: hue angle of 299.32º degrees, saturation: 0.96, 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 #FCA5FD is Cyan = 0.00, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB252165253-
CMYK0.000.3500.01
HSL299.32º95.65%81.96%-
HSV(B)299.32º34.78%99.22%-
XYZ71.3354.799.73-
YUV201.04157.32164.34-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.61%
GREEN value IS 165 (64.84% from 255) = 24.63%
BLUE value IS 253 (99.22% from 255) = 37.76%
R=37.61%
G=24.63%
B=37.76%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521652530.000.3500.01299.3295.6581.96
HexFCA5FD0230112b6052
Octal37424537504301453140122
Binary11111100101001011111110101000110110010101111000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA5FD; }

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

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

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

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

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

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

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

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