#FCA4ED

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

Shades of Lavender Rose #FCA4ED

Tints of Lavender Rose #FCA4ED

Color information

#FCA4ED (or 0xFCA4ED) is unknown color: approx Lavender Rose. HEX triplet: FC, A4 and ED. RGB value is (252,164,237). Sum of RGB (Red+Green+Blue) = 252+164+237=653 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.59% from 653); Green value is 164 (64.45% from 255 or 25.11% from 653); Blue value is 237 (92.97% from 255 or 36.29% from 653); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA4ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCA4ED is #035B12. Grayscale: #C6C6C6. Windows color (decimal): -219923 or 15574268. OLE color: 15574268.

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

Color convert

RGB252164237-
CMYK00.350.060.01
HSL310.23º93.62%81.57%-
HSV(B)310.23º34.92%98.82%-
XYZ68.7153.3686.8-
YUV198.63149.65166.06-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.59%
GREEN value IS 164 (64.45% from 255) = 25.11%
BLUE value IS 237 (92.97% from 255) = 36.29%
R=38.59%
G=25.11%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216423700.350.060.01310.2393.6281.57
HexFCA4ED023611365e52
Octal37424435504361466136122
Binary1111110010100100111011010100011110110011011010111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA4ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA4ED; }

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

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

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

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

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

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

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

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