#FCA0FD

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

Shades of Lavender Rose #FCA0FD

Tints of Lavender Rose #FCA0FD

Color information

#FCA0FD (or 0xFCA0FD) is unknown color: approx Lavender Rose. HEX triplet: FC, A0 and FD. RGB value is (252,160,253). Sum of RGB (Red+Green+Blue) = 252+160+253=665 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.89% from 665); Green value is 160 (62.89% from 255 or 24.06% from 665); Blue value is 253 (99.22% from 255 or 38.05% from 665); Max value from RGB is 253 - color contains mainly: blue. Hex color #FCA0FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCA0FD is #035F02. Grayscale: #C5C5C5. Windows color (decimal): -220931 or 16621820. OLE color: 16621820.

HSL color Cylindrical-coordinate representation of color #FCA0FD: hue angle of 299.35º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FCA0FD is Cyan = 0.00, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB252160253-
CMYK0.000.3700.01
HSL299.35º95.88%80.98%-
HSV(B)299.35º36.76%99.22%-
XYZ70.4552.9399.43-
YUV198.11158.98166.44-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.89%
GREEN value IS 160 (62.89% from 255) = 24.06%
BLUE value IS 253 (99.22% from 255) = 38.05%
R=37.89%
G=24.06%
B=38.05%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521602530.000.3700.01299.3595.8880.98
HexFCA0FD0250112b6051
Octal37424037504501453140121
Binary11111100101000001111110101001010110010101111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA0FD; }

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

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

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

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

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

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

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

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