#FCA4EA

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

Shades of Lavender Rose #FCA4EA

Tints of Lavender Rose #FCA4EA

Color information

#FCA4EA (or 0xFCA4EA) is unknown color: approx Lavender Rose. HEX triplet: FC, A4 and EA. RGB value is (252,164,234). Sum of RGB (Red+Green+Blue) = 252+164+234=650 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.77% from 650); Green value is 164 (64.45% from 255 or 25.23% from 650); Blue value is 234 (91.80% from 255 or 36% from 650); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA4EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCA4EA is #035B15. Grayscale: #C6C6C6. Windows color (decimal): -219926 or 15377660. OLE color: 15377660.

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

Color convert

RGB252164234-
CMYK00.350.070.01
HSL312.27º93.62%81.57%-
HSV(B)312.27º34.92%98.82%-
XYZ68.2753.1984.51-
YUV198.29148.15166.31-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.77%
GREEN value IS 164 (64.45% from 255) = 25.23%
BLUE value IS 234 (91.80% from 255) = 36%
R=38.77%
G=25.23%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216423400.350.070.01312.2793.6281.57
HexFCA4EA023711385e52
Octal37424435204371470136122
Binary1111110010100100111010100100011111110011100010111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA4EA; }

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

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

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

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

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

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

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

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