#FCA0F1

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

Shades of Lavender Rose #FCA0F1

Tints of Lavender Rose #FCA0F1

Color information

#FCA0F1 (or 0xFCA0F1) is unknown color: approx Lavender Rose. HEX triplet: FC, A0 and F1. RGB value is (252,160,241). Sum of RGB (Red+Green+Blue) = 252+160+241=653 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.59% from 653); Green value is 160 (62.89% from 255 or 24.50% from 653); Blue value is 241 (94.53% from 255 or 36.91% from 653); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA0F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCA0F1 is #035F0E. Grayscale: #C4C4C4. Windows color (decimal): -220943 or 15835388. OLE color: 15835388.

HSL color Cylindrical-coordinate representation of color #FCA0F1: hue angle of 307.17º degrees, saturation: 0.94, 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 #FCA0F1 is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.01.

Color convert

RGB252160241-
CMYK00.370.040.01
HSL307.17º93.88%80.78%-
HSV(B)307.17º36.51%98.82%-
XYZ68.5952.1989.68-
YUV196.74152.98167.41-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.59%
GREEN value IS 160 (62.89% from 255) = 24.50%
BLUE value IS 241 (94.53% from 255) = 36.91%
R=38.59%
G=24.50%
B=36.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216024100.370.040.01307.1793.8880.78
HexFCA0F1025411335e51
Octal37424036104541463136121
Binary1111110010100000111100010100101100110011001110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA0F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA0F1; }

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

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

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

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

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

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

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

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