#FCA4FD

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

Shades of Lavender Rose #FCA4FD

Tints of Lavender Rose #FCA4FD

Color information

#FCA4FD (or 0xFCA4FD) is unknown color: approx Lavender Rose. HEX triplet: FC, A4 and FD. RGB value is (252,164,253). Sum of RGB (Red+Green+Blue) = 252+164+253=669 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.67% from 669); Green value is 164 (64.45% from 255 or 24.51% from 669); Blue value is 253 (99.22% from 255 or 37.82% from 669); Max value from RGB is 253 - color contains mainly: blue. Hex color #FCA4FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCA4FD is #035B02. Grayscale: #C8C8C8. Windows color (decimal): -219907 or 16622844. OLE color: 16622844.

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

Color convert

RGB252164253-
CMYK0.000.3500.01
HSL299.33º95.7%81.76%-
HSV(B)299.33º35.18%99.22%-
XYZ71.1554.3499.67-
YUV200.46157.65164.76-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.67%
GREEN value IS 164 (64.45% from 255) = 24.51%
BLUE value IS 253 (99.22% from 255) = 37.82%
R=37.67%
G=24.51%
B=37.82%

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
Decimal2521642530.000.3500.01299.3395.781.76
HexFCA4FD0230112b6052
Octal37424437504301453140122
Binary11111100101001001111110101000110110010101111000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA4FD; }

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

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

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

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

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

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

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

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